Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA42200
Product: Fixed Assets (309)
Series:
Display Name: FA-AP Post Accounts Setup Group Display Name: Fixed Assets Setup
Physical Name: FA42200
Technical Name: FA_AP_Post_Accounts_SETP
Group Technical Name: Fixed Assets Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['FA-AP Post Accounts Setup'].ACTINDX AS 'FA-AP Post Accounts Setup-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA42200 AS ['FA-AP Post Accounts Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['FA-AP Post Accounts Setup'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
2 | ASSETCLASSID | Asset Class ID | String | STR15_Asset_Class_ID | 15 | |
3 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
4 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
5 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['FA-AP Post Accounts Setup'].LASTMNTDUSERID AS 'FA-AP Post Accounts Setup-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA42200 AS ['FA-AP Post Accounts Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['FA-AP Post Accounts Setup'].LASTMNTDUSERID = ['Users Master'].USERID |