Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA19900
Product: Fixed Assets (309)
Series:
Display Name: User Data Master Group Display Name: Fixed Assets Master
Physical Name: FA19900
Technical Name: FA_User_Data_MSTR
Group Technical Name: Fixed Assets Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ASSETINDEX | Asset Index | Long Integer | LI9_Asset_Index | 9 | |
Key to the Asset General Information Master (FA00100).
Click to show/hideSELECT
['User Data Master'].ASSETINDEX AS 'User Data Master-Asset Index'
,['Asset General Information Master'].ASSETINDEX AS 'Asset General Information Master-Asset Index'
FROM
FA19900 AS ['User Data Master']
INNER JOIN
FA00100 AS ['Asset General Information Master']
ON
['User Data Master'].ASSETINDEX = ['Asset General Information Master'].ASSETINDEX | ||||||
2 | USRFIELD1 | User Field 1 | String | STR6_User_Field_1 | 6 | |
3 | USRFIELD2 | User Field 2 | String | STR6_User_Field_2 | 6 | |
4 | USRFIELD3 | User Field 3 | String | STR10_User_Field_3 | 10 | |
5 | USRFIELD4 | User Field 4 | String | STR10_User_Field_4 | 10 | |
6 | USRFIELD5 | User Field 5 | String | STR20_User_Field_5 | 20 | |
7 | USRFIELD6 | User Field 6 | String | STR20_User_Field_6 | 20 | |
8 | USRFIELD7 | User Field 7 | String | STR20_User_Field_7 | 20 | |
9 | USRFIELD8 | User Field 8 | String | STR20_User_Field_8 | 20 | |
10 | USRFIELD9 | User Field 9 | String | STR40_User_Field_9 | 40 | |
11 | USRFIELD10 | User Field 10 | String | STR40_User_Field_10 | 40 | |
12 | USRFIELD11 | User Field 11 | Currency | DLR17_RBS0_STR$ | 17 | |
13 | USRFIELD12 | User Field 12 | Currency | DLR17_RBS0_STR$ | 17 | |
14 | USRFIELD13 | User Field 13 | Currency | DLR17_RBS0_STR$ | 17 | |
15 | USRFIELD14 | User Field 14 | Currency | DLR17_RBS0_STR$ | 17 | |
16 | USRFIELD15 | User Field 15 | Currency | DLR17_RBS0_STR$ | 17 | |
17 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['User Data Master'].NOTEINDX AS 'User Data Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA19900 AS ['User Data Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['User Data Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
18 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
19 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
20 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['User Data Master'].LASTMNTDUSERID AS 'User Data Master-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA19900 AS ['User Data Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['User Data Master'].LASTMNTDUSERID = ['Users Master'].USERID |