Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA41300
Product: Fixed Assets (309)
Series:
Display Name: Account Group Setup Group Display Name: Fixed Assets Setup
Physical Name: FA41300
Technical Name: FA_Account_GRP_SETP
Group Technical Name: Fixed Assets Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ACCTGRPINDEX | Account Group Index | Long Integer | LI_14 | 14 | |
2 | ACCTGRPID | Account Group ID | String | STR15_Account_Group_ID | 15 | |
3 | ACCTGRPDESC | Account Group Description | String | STR30_Account_Group_Description | 30 | |
4 | DEPREXPACCTINDX | Depreciation Expense Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Group Setup'].DEPREXPACCTINDX AS 'Account Group Setup-Depreciation Expense Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Group Setup'].DEPREXPACCTINDX = ['Account Index Master'].ACTINDX | ||||||
5 | DEPRRESVACCTINDX | Depreciation Reserve Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Group Setup'].DEPRRESVACCTINDX AS 'Account Group Setup-Depreciation Reserve Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Group Setup'].DEPRRESVACCTINDX = ['Account Index Master'].ACTINDX | ||||||
6 | PRIORYRDEPRACCTINDX | Prior Year Depreciation Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Group Setup'].PRIORYRDEPRACCTINDX AS 'Account Group Setup-Prior Year Depreciation Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Group Setup'].PRIORYRDEPRACCTINDX = ['Account Index Master'].ACTINDX | ||||||
7 | ASSETCOSTACCTINDX | Asset Cost Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Group Setup'].ASSETCOSTACCTINDX AS 'Account Group Setup-Asset Cost Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Group Setup'].ASSETCOSTACCTINDX = ['Account Index Master'].ACTINDX | ||||||
8 | PROCEEDSACCTINDX | Proceeds Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Group Setup'].PROCEEDSACCTINDX AS 'Account Group Setup-Proceeds Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Group Setup'].PROCEEDSACCTINDX = ['Account Index Master'].ACTINDX | ||||||
9 | RECGAINLOSSACCTINDX | Recognized Gain Loss Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Group Setup'].RECGAINLOSSACCTINDX AS 'Account Group Setup-Recognized Gain Loss Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Group Setup'].RECGAINLOSSACCTINDX = ['Account Index Master'].ACTINDX | ||||||
10 | NONRECGAINLOSSACCTINDX | Non Recognized Gain Loss Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Group Setup'].NONRECGAINLOSSACCTINDX AS 'Account Group Setup-Non Recognized Gain Loss Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Group Setup'].NONRECGAINLOSSACCTINDX = ['Account Index Master'].ACTINDX | ||||||
11 | CLEARINGACCTINDX | Clearing Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Group Setup'].CLEARINGACCTINDX AS 'Account Group Setup-Clearing Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Group Setup'].CLEARINGACCTINDX = ['Account Index Master'].ACTINDX | ||||||
12 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Account Group Setup'].NOTEINDX AS 'Account Group Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Account Group Setup'].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
['Account Group Setup'].LASTMNTDUSERID AS 'Account Group Setup-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA41300 AS ['Account Group Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Account Group Setup'].LASTMNTDUSERID = ['Users Master'].USERID |