Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA00300
Product: Fixed Assets (309)
Series:
Display Name: Asset Book ITC/Cost Adjustment Master Group Display Name: Fixed Assets Master
Physical Name: FA00300
Technical Name: FA_Book_Asset_ITC_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 Book ITC/Cost Adjustment Master'].ASSETINDEX AS 'Asset Book ITC/Cost Adjustment Master-Asset Index'
,['Asset General Information Master'].ASSETINDEX AS 'Asset General Information Master-Asset Index'
FROM
FA00300 AS ['Asset Book ITC/Cost Adjustment Master']
INNER JOIN
FA00100 AS ['Asset General Information Master']
ON
['Asset Book ITC/Cost Adjustment Master'].ASSETINDEX = ['Asset General Information Master'].ASSETINDEX | ||||||
2 | BOOKINDX | Book Index | Long Integer | LI_14 | 14 | |
3 | TEFRAFLAG | TEFRA Flag | Integer | DDL_TEFRA_Flag | 0 | |
4 | ITCAMTTAKEN | ITC Amount Taken | Currency | DLR17_RBS0_STR$ | 17 | |
5 | ITCAMTALLOWED | ITC Amount Allowed | Currency | DLR17_RBS0_STR$ | 17 | |
6 | ITCRECAPTURE | ITC Recapture | Currency | DLR17_RBS0_STR$ | 17 | |
7 | ORGCOSTBASIS | Original Cost Basis | Currency | DLR17_RBS0_STR$ | 17 | |
8 | SECT179EXPDED | Section 179 Expense Deduction | Currency | DLR17_RBS0_STR$ | 17 | |
9 | ITCCODEREDAMT | ITC Cost Reduction Amount | Currency | DLR17_RBS0_STR$ | 17 | |
10 | MISCCOSTADJ | Miscellaneous Cost Adjustment | Currency | DLR17_RBS0_STR$ | 17 | |
11 | NETCOSTBASIS | Net Cost Basis | Currency | DLR17_RBS0_STR$ | 17 | |
12 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Asset Book ITC/Cost Adjustment Master'].NOTEINDX AS 'Asset Book ITC/Cost Adjustment Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA00300 AS ['Asset Book ITC/Cost Adjustment Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Asset Book ITC/Cost Adjustment Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
13 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
14 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
15 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Asset Book ITC/Cost Adjustment Master'].LASTMNTDUSERID AS 'Asset Book ITC/Cost Adjustment Master-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA00300 AS ['Asset Book ITC/Cost Adjustment Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Asset Book ITC/Cost Adjustment Master'].LASTMNTDUSERID = ['Users Master'].USERID |