Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA00400
Product: Fixed Assets (309)
Series:
Display Name: Asset Account Master Group Display Name: Fixed Assets Master
Physical Name: FA00400
Technical Name: FA_Account_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 Account Master'].ASSETINDEX AS 'Asset Account Master-Asset Index'
,['Asset General Information Master'].ASSETINDEX AS 'Asset General Information Master-Asset Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
FA00100 AS ['Asset General Information Master']
ON
['Asset Account Master'].ASSETINDEX = ['Asset General Information Master'].ASSETINDEX | ||||||
2 | DEPREXPACCTINDX | Depreciation Expense Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Asset Account Master'].DEPREXPACCTINDX AS 'Asset Account Master-Depreciation Expense Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Asset Account Master'].DEPREXPACCTINDX = ['Account Index Master'].ACTINDX | ||||||
3 | DEPRRESVACCTINDX | Depreciation Reserve Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Asset Account Master'].DEPRRESVACCTINDX AS 'Asset Account Master-Depreciation Reserve Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Asset Account Master'].DEPRRESVACCTINDX = ['Account Index Master'].ACTINDX | ||||||
4 | PRIORYRDEPRACCTINDX | Prior Year Depreciation Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Asset Account Master'].PRIORYRDEPRACCTINDX AS 'Asset Account Master-Prior Year Depreciation Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Asset Account Master'].PRIORYRDEPRACCTINDX = ['Account Index Master'].ACTINDX | ||||||
5 | ASSETCOSTACCTINDX | Asset Cost Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Asset Account Master'].ASSETCOSTACCTINDX AS 'Asset Account Master-Asset Cost Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Asset Account Master'].ASSETCOSTACCTINDX = ['Account Index Master'].ACTINDX | ||||||
6 | PROCEEDSACCTINDX | Proceeds Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Asset Account Master'].PROCEEDSACCTINDX AS 'Asset Account Master-Proceeds Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Asset Account Master'].PROCEEDSACCTINDX = ['Account Index Master'].ACTINDX | ||||||
7 | RECGAINLOSSACCTINDX | Recognized Gain Loss Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Asset Account Master'].RECGAINLOSSACCTINDX AS 'Asset Account Master-Recognized Gain Loss Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Asset Account Master'].RECGAINLOSSACCTINDX = ['Account Index Master'].ACTINDX | ||||||
8 | NONRECGAINLOSSACCTINDX | Non Recognized Gain Loss Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Asset Account Master'].NONRECGAINLOSSACCTINDX AS 'Asset Account Master-Non Recognized Gain Loss Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Asset Account Master'].NONRECGAINLOSSACCTINDX = ['Account Index Master'].ACTINDX | ||||||
9 | CLEARINGACCTINDX | Clearing Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Asset Account Master'].CLEARINGACCTINDX AS 'Asset Account Master-Clearing Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Asset Account Master'].CLEARINGACCTINDX = ['Account Index Master'].ACTINDX | ||||||
10 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Asset Account Master'].NOTEINDX AS 'Asset Account Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Asset Account 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 Account Master'].LASTMNTDUSERID AS 'Asset Account Master-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA00400 AS ['Asset Account Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Asset Account Master'].LASTMNTDUSERID = ['Users Master'].USERID |