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 Group Display Name: CM Transaction
Physical Name: CM20201
Technical Name: CM_Transaction_Totals
Group Technical Name: CM Transaction
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | depositnumber | Deposit Number | String | STR20_Document_Number | 20 | |
2 | CHEKBKID | Checkbook ID | String | STR15_Checkbook_ID | 15 | |
Key to the CM Checkbook Master (CM00100).
Click to show/hideSELECT
['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 | ||||||
3 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['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 | ||||||
4 | Void | Void | Boolean | CB | 0 | |
5 | CMRECNUM | Record Number | Currency | DLR_Document_Number | 19 | |
6 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['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 | ||||||
7 | RATETPID | Rate Type ID | String | STR15_Rate_Type_ID | 15 | |
Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hideSELECT
['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 | ||||||
8 | EXGTBLID | Exchange Table ID | String | STR15_Exchange_Table_ID | 15 | |
Key to the Multicurrency Exchange Rate Maintenance (MC00100).
Click to show/hideSELECT
['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 | ||||||
9 | XCHGRATE | Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
10 | EXCHDATE | Exchange Date | Date | DT_Date | 6 | |
11 | TIME1 | Time | Time | TM6 | 6 | |
12 | RTCLCMTD | Rate Calculation Method | Integer | GB | 0 | |
13 | EXPNDATE | Expiration Date | Date | DT_Date | 6 | |
14 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
15 | RCPTCOUNT | ReceiptCount | Integer | INT4 | 4 | |
16 | ORCHKTTL | Originating Check Total | Currency | DLR19_RBS0_UTR$ | 19 | |
17 | Originating_Check_Count | Originating Check Count | Integer | INT4_U0 | 4 | |
18 | Orig_Credit_Card_Total | Originating Credit Card Total | Currency | DLR19_RBSO_STR$ | 19 | |
19 | Originating_Credit_Card_ | Originating Credit Card Count | Integer | INT4_U0 | 4 | |
20 | Originating_Cash_Total | Originating Cash Total | Currency | DLR19_RBSO_STR$ | 19 | |
21 | Originating_Cash_Count | Originating Cash Count | Integer | INT4_U0 | 4 | |
22 | Originating_Coin_Amount | Originating Coin Amount | Currency | DLR19_RBSO_STR$ | 19 | |
23 | Originating_Deposit_Amou | Originating Deposit Amount | Currency | DLR19_RBSO_STR$ | 19 | |
24 | Originating_Checkbook_Am | Originating Checkbook Amount | Currency | DLR19_RBSO_STR$ | 19 | |
25 | DENXRATE | Denomination Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
26 | MCTRXSTT | MC Transaction State | Integer | INT1 | 1 | |
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 States0 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.
|