Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP10550
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchasing Comment Group Display Name: Purchasing Transactions
Physical Name: POP10550
Technical Name: POP_Comment
Group Technical Name: Purchasing Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DOCTYPE | Document Type | Integer | DDL_Document_Type | 0 | |
Click to show/hide Document Types
1 Invoice
2 Finance Charge
3 Miscellaneous Charges
4 Return
5 Credit Memo | ||||||
2 | POPNUMBE | POP Number | String | STR17_POP_Number | 17 | |
3 | ORD | Ord | Long Integer | LI_Sequence_Number | 10 | |
4 | COMMNTID | Comment ID | String | STR15_Comment_ID | 15 | |
Key to the Comment Master (SY04200).
Click to show/hideSELECT
['Purchasing Comment'].COMMNTID AS 'Purchasing Comment-Comment ID'
,['Comment Master'].COMMNTID AS 'Comment Master-Comment ID'
FROM
POP10550 AS ['Purchasing Comment']
INNER JOIN
SY04200 AS ['Comment Master']
ON
['Purchasing Comment'].COMMNTID = ['Comment Master'].COMMNTID | ||||||
5 | COMMENT | Comment | STR50 | String | 50 | |
6 | COMMENT_1 | Comment[1] | String | STR50 | 50 | |
7 | COMMENT_2 | Comment[2] | String | STR50 | 50 | |
8 | COMMENT_3 | Comment[3] | String | STR50 | 50 | |
9 | COMMENT_4 | Comment[4] | String | STR50 | 50 | |
10 | CMMTTEXT | Comment Text | Text | TX500 | 500 |