Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY00900
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: Source Document Master Group Display Name: Source Document Master
Physical Name: SY00900
Technical Name: SY_Source_Document_MSTR
Group Technical Name: Source Document Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SOURCDOC ![]() | Source Document | STR10_Source_Document | String | 10 | |
2 | SDOCDSCR ![]() | Source Document Description | STR30 | String | 30 | |
3 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Source Document Master'].NOTEINDX AS 'Source Document Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SY00900 AS ['Source Document Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Source Document Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
4 | LSTUSRED ![]() | Last User to Edit | STR15 | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Source Document Master'].LSTUSRED AS 'Source Document Master-Last User to Edit'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY00900 AS ['Source Document Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Source Document Master'].LSTUSRED = ['Users Master'].USERID | ||||||
5 | CREATDDT ![]() | Created Date | DT | Date | 8 | |
6 | MODIFDT ![]() | Modified Date | DT | Date | 8 | |
7 | 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. |