Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA41400
Product: Fixed Assets (309)
Series:
Display Name: Retirement Code Setup Group Display Name: Fixed Assets Setup
Physical Name: FA41400
Technical Name: FA_Retirement_SETP
Group Technical Name: Fixed Assets Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | RETIREMENTCODE | Retirement Code | String | STR8_Retirement_Code | 8 | |
2 | RETIRECODEDESCR | Retirement Code Description | String | STR30_Retirement_Code_Description | 30 | |
3 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Retirement Code Setup'].NOTEINDX AS 'Retirement Code Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA41400 AS ['Retirement Code Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Retirement Code Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
4 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
5 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
6 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Retirement Code Setup'].LASTMNTDUSERID AS 'Retirement Code Setup-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA41400 AS ['Retirement Code Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Retirement Code Setup'].LASTMNTDUSERID = ['Users Master'].USERID |