Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA42400
Product: Fixed Assets (309)
Series:
Display Name: FA Physical Location Setup Group Display Name: Fixed Assets Setup
Physical Name: FA42400
Technical Name: FA_Physical_Location_SETP
Group Technical Name: Fixed Assets Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Physical_Location_Index | Physical Location Index | Long Integer | LI9_Physical_Location_Index | 9 | |
2 | Physical_Location_ID | Physical Location ID | String | STR15_Physical_Location_ID | 15 | |
3 | Physical_Location_Desc | Physical Location Description | String | STR40_Physical_Location_Description | 40 | |
4 | LOCATNID | Location ID | String | STR15_Location_ID | 15 | |
5 | Last_Inventory_Date | Last Inventory Date | Date | DT | 8 | |
6 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
7 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
8 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['FA Physical Location Setup'].LASTMNTDUSERID AS 'FA Physical Location Setup-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA42400 AS ['FA Physical Location Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['FA Physical Location Setup'].LASTMNTDUSERID = ['Users Master'].USERID |