Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP10150
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchase Order Comment Group Display Name: Purchasing Transactions
Physical Name: POP10150
Technical Name: POP_POComment
Group Technical Name: Purchasing Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | POPNUMBE | POP Number | String | STR17_POP_Number | 17 | |
2 | COMMNTID | Comment ID | String | STR15_Comment_ID | 15 | |
Key to the Comment Master (SY04200).
Click to show/hideSELECT
['Purchase Order Comment'].COMMNTID AS 'Purchase Order Comment-Comment ID'
,['Comment Master'].COMMNTID AS 'Comment Master-Comment ID'
FROM
POP10150 AS ['Purchase Order Comment']
INNER JOIN
SY04200 AS ['Comment Master']
ON
['Purchase Order Comment'].COMMNTID = ['Comment Master'].COMMNTID | ||||||
3 | COMMENT_1 | Comment[1] | String | STR50 | 50 | |
4 | COMMENT | Comment | STR50 | String | 50 | |
5 | COMMENT_2 | Comment[2] | String | STR50 | 50 | |
6 | COMMENT_3 | Comment[3] | String | STR50 | 50 | |
7 | COMMENT_4 | Comment[4] | String | STR50 | 50 | |
8 | CMMTTEXT | Comment Text | Text | TX500 | 500 |