Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA42400
Product: Fixed Assets (309)
Series: Financial
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 | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | Physical_Location_Index ![]() | Physical Location Index | LI9_Physical_Location_Index | Long Integer | 4 | 9 |
2 | Physical_Location_ID ![]() | Physical Location ID | STR15_Physical_Location_ID | String | 16 | 15 |
3 | Physical_Location_Desc ![]() | Physical Location Description | STR40_Physical_Location_Description | String | 42 | 40 |
4 | LOCATNID ![]() | Location ID | STR15_Location_ID | String | 16 | 15 |
5 | Last_Inventory_Date ![]() | Last Inventory Date | DT | Date | 4 | 8 |
6 | LASTMNTDDATE ![]() | Last Maintained Date | DT | Date | 4 | 8 |
7 | LASTMNTDTIME ![]() | Last Maintained Time | TM6 | Time | 4 | 6 |
8 | LASTMNTDUSERID ![]() | Last Maintained User ID | User_ID | String | 16 | 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 | ||||||
9 | DEX_ROW_ID ![]() | int | int | 10 | 10 | |
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |