CM Deposit Work Totals (CM10101)

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

Product: Microsoft Dynamics GP (0)
Series: Financial

Display Name: CM Deposit Work Totals
Physical Name: CM10101
Technical Name: CM_Deposit_Work_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 Deposit Work Totals'].CHEKBKID AS 'CM Deposit Work Totals-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       CM10101 AS ['CM Deposit Work Totals']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['CM Deposit Work Totals'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
3CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

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

Click to show/hide

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

Click to show/hide

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

Click to show/hide

SELECT
       ['CM Deposit Work Totals'].EXGTBLID AS 'CM Deposit Work Totals-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       CM10101 AS ['CM Deposit Work Totals']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['CM Deposit Work Totals'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
8XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
9EXCHDATE SearchExchange DateDateDT_Date6
10TIME1 SearchTimeTimeTM66
11RTCLCMTD SearchRate Calculation MethodIntegerGB0
12EXPNDATE SearchExpiration DateDateDT_Date6
13DECPLCUR SearchDecimal Places CurrencyIntegerDDL_Decimal_Places_Dollars0
14RCPTCOUNT SearchReceiptCountIntegerINT44
15ORCHKTTL SearchOriginating Check TotalCurrencyDLR19_RBS0_UTR$19
16Originating_Check_Count SearchOriginating Check CountIntegerINT4_U04
17Orig_Credit_Card_Total SearchOriginating Credit Card TotalCurrencyDLR19_RBSO_STR$19
18Originating_Credit_Card_ SearchOriginating Credit Card CountIntegerINT4_U04
19Originating_Cash_Total SearchOriginating Cash TotalCurrencyDLR19_RBSO_STR$19
20Originating_Cash_Count SearchOriginating Cash CountIntegerINT4_U04
21Originating_Coin_Amount SearchOriginating Coin AmountCurrencyDLR19_RBSO_STR$19
22Originating_Deposit_Amou SearchOriginating Deposit AmountCurrencyDLR19_RBSO_STR$19
23Originating_Checkbook_Am SearchOriginating Checkbook AmountCurrencyDLR19_RBSO_STR$19
24DENXRATE SearchDenomination Exchange RateCurrency (Variable)DLR14_Exchange_Rate14
25MCTRXSTT 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 *