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 | String | STR10_Source_Document | 10 | |
2 | SDOCDSCR | Source Document Description | String | STR30 | 30 | |
3 | NOTEINDX | Note Index | Currency | DLR14 | 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 | String | STR15 | 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 | Date | DT | 8 | |
6 | MODIFDT | Modified Date | Date | DT | 8 |