CM Transaction Totals (CM20201)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CM20201

Product: Microsoft Dynamics GP (0)
Series: Financial

Display Name: CM Transaction Totals
Physical Name: CM20201
Technical Name: CM_Transaction_Totals

Group Display Name: CM Transaction
Group Technical Name: CM Transaction

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1depositnumber SearchDeposit NumberStringSTR20_Document_Number20
2CHEKBKID SearchCheckbook IDStringSTR15_Checkbook_ID15
Key to the CM Checkbook Master (CM00100).

Click to show/hide

SELECT
       ['CM Transaction Totals'].CHEKBKID AS 'CM Transaction Totals-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       CM20201 AS ['CM Transaction Totals']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['CM Transaction Totals'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
3CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['CM Transaction Totals'].CURNCYID AS 'CM Transaction Totals-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       CM20201 AS ['CM Transaction Totals']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['CM Transaction Totals'].CURNCYID = ['Currency Setup'].CURNCYID
4Void SearchVoidBooleanCB0
5CMRECNUM SearchRecord NumberCurrencyDLR_Document_Number19
6CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['CM Transaction Totals'].CURRNIDX AS 'CM Transaction Totals-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       CM20201 AS ['CM Transaction Totals']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['CM Transaction Totals'].CURRNIDX = ['Currency Setup'].CURRNIDX
7RATETPID SearchRate Type IDStringSTR15_Rate_Type_ID15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['CM Transaction Totals'].RATETPID AS 'CM Transaction Totals-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       CM20201 AS ['CM Transaction Totals']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['CM Transaction Totals'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
8EXGTBLID SearchExchange Table IDStringSTR15_Exchange_Table_ID15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['CM Transaction Totals'].EXGTBLID AS 'CM Transaction Totals-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       CM20201 AS ['CM Transaction Totals']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['CM Transaction Totals'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
9XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
10EXCHDATE SearchExchange DateDateDT_Date6
11TIME1 SearchTimeTimeTM66
12RTCLCMTD SearchRate Calculation MethodIntegerGB0
13EXPNDATE SearchExpiration DateDateDT_Date6
14DECPLCUR SearchDecimal Places CurrencyIntegerDDL_Decimal_Places_Dollars0
15RCPTCOUNT SearchReceiptCountIntegerINT44
16ORCHKTTL SearchOriginating Check TotalCurrencyDLR19_RBS0_UTR$19
17Originating_Check_Count SearchOriginating Check CountIntegerINT4_U04
18Orig_Credit_Card_Total SearchOriginating Credit Card TotalCurrencyDLR19_RBSO_STR$19
19Originating_Credit_Card_ SearchOriginating Credit Card CountIntegerINT4_U04
20Originating_Cash_Total SearchOriginating Cash TotalCurrencyDLR19_RBSO_STR$19
21Originating_Cash_Count SearchOriginating Cash CountIntegerINT4_U04
22Originating_Coin_Amount SearchOriginating Coin AmountCurrencyDLR19_RBSO_STR$19
23Originating_Deposit_Amou SearchOriginating Deposit AmountCurrencyDLR19_RBSO_STR$19
24Originating_Checkbook_Am SearchOriginating Checkbook AmountCurrencyDLR19_RBSO_STR$19
25DENXRATE SearchDenomination Exchange RateCurrency (Variable)DLR14_Exchange_Rate14
26MCTRXSTT SearchMC Transaction StateIntegerINT11
MC Transaction State of the transaction. State the transaction was created in. For non multi-currency transactions, this field will be blank.

Click to show/hide MC Transaction States

0	Euro currency is not created or no denomination currencies are enabled.
		1	Originating is not a denomination; Functional is not a denomination
		2	Originating is not a denomination; Functional is the Euro currency.
		3	Originating is not a denomination; Functional is a denomination.
		4	Originating is a denomination; Functional is not a denomination.
		5	Originating is a denomination; Functional is a denomination.
		6	Originating is a denomination; Functional is the Euro currency.
		7	Originating is the Euro currency; Functional is a denomination.
		8	Originating is the Euro currency; Functional is not a denomination.

Leave a Reply

Your email address will not be published. Required fields are marked *