Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/AAG04000
Product: Analytical Accounting (3180)
Series:
Display Name: aaFADefaultSetup
Physical Name: AAG04000
Technical Name: aaFADefaultSetupSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 aaFASetupID aaFASetupID Long Integer Long Int 8 2 ListID ListID Integer ID_INT 4 3 INTERID Intercompany ID String STR5_IC_ID 5 Key to the Company Master (SY01500).
Click to show/hide
SELECT
['aaFADefaultSetup'].INTERID AS 'aaFADefaultSetup-Intercompany ID'
,['Company Master'].INTERID AS 'Company Master-Intercompany ID'
FROM
AAG04000 AS ['aaFADefaultSetup']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['aaFADefaultSetup'].INTERID = ['Company Master'].INTERID
4 USERID User ID String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['aaFADefaultSetup'].USERID AS 'aaFADefaultSetup-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
AAG04000 AS ['aaFADefaultSetup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['aaFADefaultSetup'].USERID = ['Users Master'].USERID
5 SERIES Series Integer DDL_Series 0 6 ACTINDX Account Index Long Integer LI_14 14 Key to the Account Index Master (GL00105).
Click to show/hide
SELECT
['aaFADefaultSetup'].ACTINDX AS 'aaFADefaultSetup-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
AAG04000 AS ['aaFADefaultSetup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['aaFADefaultSetup'].ACTINDX = ['Account Index Master'].ACTINDX
7 ACCTTYPE Account Type Integer DDL_Account_Type 0 8 aaBrowseType aaBrowseType Integer aaBrowseType 0 9 aaAssetIndex aaAssetIndex Long Integer Long Int 8 10 aaBookIndex aaBookIndex Long Integer Long Int 8 11 aaAliasID aaAliasID Long Integer aaLONG_INT 8