Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/NCABR409
Product: Advanced Bank Reconciliation (2440)
Series: System
Display Name: NC_MCI_Bank_Details_TEMP
Physical Name: NCABR409
Technical Name: NC_MCI_Bank_Details_TEMPSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['NC_MCI_Bank_Details_TEMP'].USERID AS 'NC_MCI_Bank_Details_TEMP-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
NCABR409 AS ['NC_MCI_Bank_Details_TEMP']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['NC_MCI_Bank_Details_TEMP'].USERID = ['Users Master'].USERID
2 INTERID Intercompany ID STR5_IC_ID String 5 Key to the Company Master (SY01500).
Click to show/hide
SELECT
['NC_MCI_Bank_Details_TEMP'].INTERID AS 'NC_MCI_Bank_Details_TEMP-Intercompany ID'
,['Company Master'].INTERID AS 'Company Master-Intercompany ID'
FROM
NCABR409 AS ['NC_MCI_Bank_Details_TEMP']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['NC_MCI_Bank_Details_TEMP'].INTERID = ['Company Master'].INTERID
3 BANKID Bank ID STR15_Bank_ID String 15 4 BNKACTNM Bank Account Number STR15 String 15 5 NC_Sort_Code NC Sort Code STR20 String 20 6 BANKNAME Bank Name STR30 String 30 7 BANKNMBR Bank Number STR15 String 15 8 NC_Description NC_Description STR30 String 30 9 CURNCYID Currency ID STR15_Currency_ID String 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['NC_MCI_Bank_Details_TEMP'].CURNCYID AS 'NC_MCI_Bank_Details_TEMP-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
NCABR409 AS ['NC_MCI_Bank_Details_TEMP']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['NC_MCI_Bank_Details_TEMP'].CURNCYID = ['Currency Setup'].CURNCYID
10 NC_Account_Holder NC_Account_Holder STR30 String 30 11 ADDRESS1 Address 1 STR60 String 60 12 ADDRESS2 Address 2 STR60 String 60 13 CITY City STR35 String 35 14 STATE State STR30_State String 29 15 ZIPCODE Zip Code STR10 String 10 16 NC_Related_Checkbook_ID NC_Related_Checkbook_ID STR15_Checkbook_ID String 15 17 NC_Last_Statement_Number NC_Last_Statement_Number Long Int Long Integer 8 18 NC_Last_Statement_Date NC_Last_Statement_Date DATE Date 6 19 NC_Last_Statement_Balanc NC_Last_Statement_Balance NC_Balance Currency 15 20 NC_Last_Reconciled_Date NC_Last_Reconciled_Date DATE Date 6 21 NC_Last_Reconciled_Balan NC_Last_Reconciled_Balance NC_Balance Currency 15 22 NC_GL_Account_Index NC_GL_Account_Index LI_14 Long Integer 14 23 NC_Reconciled_Account_In NC_Reconciled_Account_Index LI_14 Long Integer 14 24 NC_Statement_Currency_ID NC_Statement_Currency_ID STR15_Currency_ID String 15 25 NC_AutoExtractOptions NC Auto Extract Options INT1 Integer 1