Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA01200
Product: Fixed Assets (309)
Series:
Display Name: Physical Inventory Master Group Display Name: Fixed Assets Master
Physical Name: FA01200
Technical Name: FA_Physical_Inventory_MSTR
Group Technical Name: Fixed Assets Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Physical_Inventory_Index | Physical Inventory Index | Long Integer | LI9_Physical_Inventory_Index | 9 | |
2 | Physical_Location_ID | Physical Location ID | String | STR15_Physical_Location_ID | 15 | |
3 | Asset_Label | Asset Label | String | STR19_Asset_Label | 19 | |
4 | Verified_Date | Verified Date | Date | DT | 8 | |
5 | PIN | PIN | String | STR15_PIN | 15 | |
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
['Physical Inventory Master'].LASTMNTDUSERID AS 'Physical Inventory Master-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA01200 AS ['Physical Inventory Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Physical Inventory Master'].LASTMNTDUSERID = ['Users Master'].USERID |