Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP00101
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Buyer Master Group Display Name: Purchasing Buyer
Physical Name: POP00101
Technical Name: POP_Buyer
Group Technical Name: Purchasing Buyer
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BUYERID | Buyer ID | String | STR15_User_ID | 15 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Buyer Master'].NOTEINDX AS 'Buyer Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
POP00101 AS ['Buyer Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Buyer Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX |