Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA41700
Product: Fixed Assets (309)
Series:
Display Name: Asset Retirement Event Master Group Display Name: Fixed Assets Master
Physical Name: FA41700
Technical Name: FA_Retirement_Event_MSTR
Group Technical Name: Fixed Assets Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | RETIREEVENT | Retirement Event | Long Integer | LI_14 | 14 | |
2 | EVENTDSC | Retirement Event Description | String | STR50 | 50 | |
3 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Asset Retirement Event Master'].NOTEINDX AS 'Asset Retirement Event Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA41700 AS ['Asset Retirement Event Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Asset Retirement Event Master'].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
['Asset Retirement Event Master'].LASTMNTDUSERID AS 'Asset Retirement Event Master-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA41700 AS ['Asset Retirement Event Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Asset Retirement Event Master'].LASTMNTDUSERID = ['Users Master'].USERID |