Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/GL40402
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: General Ledger Reconcile Module Accounts
Physical Name: GL40402
Technical Name: glReconcileModuleAccountsSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 Reconciliation_Number Reconciliation Number Long Integer LI8_U0 8 2 SQNCLINE Sequence Line Currency DLR19_$S2 19 3 MODULE1 Module Integer DDL 0 4 ACTINDX Account Index Long Integer LI_14 14 Key to the Account Index Master (GL00105).
Click to show/hide
SELECT
['General Ledger Reconcile Module Accounts'].ACTINDX AS 'General Ledger Reconcile Module Accounts-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
GL40402 AS ['General Ledger Reconcile Module Accounts']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['General Ledger Reconcile Module Accounts'].ACTINDX = ['Account Index Master'].ACTINDX