Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA00600
Product: Fixed Assets (309)
Series:
Display Name: Asset Insurance Master Group Display Name: Fixed Assets Master
Physical Name: FA00600
Technical Name: FA_Insurance_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
['Asset Insurance Master'].ASSETINDEX AS 'Asset Insurance Master-Asset Index'
,['Asset General Information Master'].ASSETINDEX AS 'Asset General Information Master-Asset Index'
FROM
FA00600 AS ['Asset Insurance Master']
INNER JOIN
FA00100 AS ['Asset General Information Master']
ON
['Asset Insurance Master'].ASSETINDEX = ['Asset General Information Master'].ASSETINDEX | ||||||
2 | INSCLASSINDX | Insurance Class Index | Long Integer | LI_14 | 14 | |
3 | INSURANCEYEAR | Insurance Year | Integer | INT4_U0 | 4 | |
4 | INSURANCEVALUE | Insurance Value | Currency | DLR17_RBS0_STR$ | 17 | |
5 | REPLACEMENTCOST | Replacement Cost | Currency | DLR17_RBS0_STR$ | 17 | |
6 | REPROCOST | Reproduction Cost | Currency | DLR17_RBS0_STR$ | 17 | |
7 | DEPRREPROCOST | Depreciated Reproduction Cost | Currency | DLR17_RBS0_STR$ | 17 | |
8 | EXCLUSIONAMT | Exclusion Amount | Currency | DLR17_RBS0_STR$ | 17 | |
9 | EXCLUSIONTYPE | Exclusion Type | String | STR15_Exclusion_Type | 15 | |
10 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Asset Insurance Master'].NOTEINDX AS 'Asset Insurance Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA00600 AS ['Asset Insurance Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Asset Insurance Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
11 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
12 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
13 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Asset Insurance Master'].LASTMNTDUSERID AS 'Asset Insurance Master-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA00600 AS ['Asset Insurance Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Asset Insurance Master'].LASTMNTDUSERID = ['Users Master'].USERID |