Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY02100
Product: Microsoft Dynamics GP (0)
Series:
Display Name: Pathnames Group Display Name: Pathnames
Physical Name: SY02100
Technical Name: SY_Pathnames
Group Technical Name: Pathnames
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CMPANYID | Company ID | Integer | INT5 | 4 | |
Key to the Company Master (SY01500).
Click to show/hideSELECT
['Pathnames'].CMPANYID AS 'Pathnames-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
SY02100 AS ['Pathnames']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Pathnames'].CMPANYID = ['Company Master'].CMPANYID | ||||||
2 | DICTID | DictID | Integer | ID_INT | 4 | |
3 | FILSERIS | File Series | Integer | DDL_File_Series | 0 | |
4 | LGCFILID | Logical File ID | Integer | Resid | 5 | |
5 | DTAPTHNM | Data Pathname | String | Pathname | 255 | |
6 | DBNAME | Database Name | String | STR10_LBAU | 10 | |
7 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Pathnames'].USERID AS 'Pathnames-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY02100 AS ['Pathnames']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Pathnames'].USERID = ['Users Master'].USERID | ||||||
8 | SERVERID | Server ID | String | STR80 | 80 |