Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/AAG2001T
Product: Analytical Accounting (3180)
Series: Company
Display Name: aa CM Deposit Diff TEMP DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column.
Physical Name: AAG2001T
Technical Name: aaCMDepositDiffTempSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CMRECNUM Record Number DLR_Document_Number Currency 19 2 depositnumber Deposit Number STR20_Document_Number String 20 3 RcpType Receipt Type DDL_Document_Type Integer 0 4 RCPTNMBR Receipt Number STR20_Document_Number String 20 5 RCPTAMT Receipt Amount DLR19_RBS0_STR$ Currency 19 6 BANKNAME Bank Name STR30 String 30 7 BNKBRNCH Bank Branch STR20 String 20 8 UPDATED Updated Boolean Boolean 0 9 MARKED Marked Boolean Boolean 0 10 receiptdate Receipt Date DT Date 8 11 Checkbook_Amount Checkbook Amount DLR19_$S2 Currency 19 12 RATETPID Rate Type ID STR15_Rate_Type_ID String 15 Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hide
SELECT
['aa CM Deposit Diff TEMP'].RATETPID AS 'aa CM Deposit Diff TEMP-Rate Type ID'
,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
AAG2001T AS ['aa CM Deposit Diff TEMP']
INNER JOIN
MC40100 AS ['Multicurrency Rate Type Setup']
ON
['aa CM Deposit Diff TEMP'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
13 EXGTBLID Exchange Table ID STR15_Exchange_Table_ID String 15 Key to the Multicurrency Exchange Rate Maintenance (MC00100).
Click to show/hide
SELECT
['aa CM Deposit Diff TEMP'].EXGTBLID AS 'aa CM Deposit Diff TEMP-Exchange Table ID'
,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
AAG2001T AS ['aa CM Deposit Diff TEMP']
INNER JOIN
DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
ON
['aa CM Deposit Diff TEMP'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
14 XCHGRATE Exchange Rate DLR14_Exchange_Rate Currency (Variable) 14 15 Receiving_Exchange_Rate Receiving Exchange Rate DLR14_Exchange_Rate Currency (Variable) 14 16 EXCHDATE Exchange Date DT_Date Date 6 17 TIME1 Time TM6 Time 6 18 RTCLCMTD Rate Calculation Method GB Integer 0 19 EXPNDATE Expiration Date DT_Date Date 6 20 RLGANLOS Realized Gain-Loss Amount DLR19_$S2 Currency 19 21 CURNCYID Currency ID STR15_Currency_ID String 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['aa CM Deposit Diff TEMP'].CURNCYID AS 'aa CM Deposit Diff TEMP-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
AAG2001T AS ['aa CM Deposit Diff TEMP']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['aa CM Deposit Diff TEMP'].CURNCYID = ['Currency Setup'].CURNCYID
22 CURRNIDX Currency Index INT3 Integer 3 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['aa CM Deposit Diff TEMP'].CURRNIDX AS 'aa CM Deposit Diff TEMP-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
AAG2001T AS ['aa CM Deposit Diff TEMP']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['aa CM Deposit Diff TEMP'].CURRNIDX = ['Currency Setup'].CURRNIDX
23 DECPLCUR Decimal Places Currency DDL_Decimal_Places_Dollars Integer 0 24 ORIGAMT Originating Amount DLR19_$S2 Currency 19 25 DENXRATE Denomination Exchange Rate DLR14_Exchange_Rate Currency (Variable) 14 26 MCTRXSTT MC Transaction State INT1 Integer 1 27 DEX_ROW_ID int int 10