Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY04200
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: Comment Master Group Display Name: Comment Master
Physical Name: SY04200
Technical Name: SY_Comment_MSTR
Group Technical Name: Comment Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CMTSRIES ![]() | Comment Series | Comment Series | Integer | 0 | |
2 | COMMNTID ![]() | Comment ID | STR15_Comment_ID | String | 15 | |
3 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Comment Master'].NOTEINDX AS 'Comment Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SY04200 AS ['Comment Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Comment Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
4 | CMMTTEXT ![]() | Comment Text | TX500 | Text | 500 | |
5 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |