Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CM10100
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: CM Deposit Work Group Display Name: CM Transaction
Physical Name: CM10100
Technical Name: CM_Deposit_WORK
Group Technical Name: CM Transaction
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CHEKBKID | Checkbook ID | String | STR15_Checkbook_ID | 15 | |
Key to the CM Checkbook Master (CM00100).
Click to show/hideSELECT
['CM Deposit Work'].CHEKBKID AS 'CM Deposit Work-Checkbook ID'
,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
CM10100 AS ['CM Deposit Work']
INNER JOIN
CM00100 AS ['CM Checkbook Master']
ON
['CM Deposit Work'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID | ||||||
2 | depositnumber | Deposit Number | String | STR20_Document_Number | 20 | |
3 | DEPTYPE | Deposit Type | Integer | DDL_Document_Type | 0 | |
4 | DEPWTHRCT | Deposit With Receipts | Boolean | Boolean | 0 | |
5 | DEPDATE | Deposit Date | Date | DT | 8 | |
6 | GLPOSTDT | GL Posting Date | Date | DT | 8 | |
7 | DepAmt | Deposit Amount | Currency | DLR19_RBS0_STR$ | 19 | |
8 | MDFUSRID | Modified User ID | String | STR15 | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['CM Deposit Work'].MDFUSRID AS 'CM Deposit Work-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
CM10100 AS ['CM Deposit Work']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['CM Deposit Work'].MDFUSRID = ['Users Master'].USERID | ||||||
9 | MODIFDT | Modified Date | Date | DT | 8 | |
10 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['CM Deposit Work'].CURNCYID AS 'CM Deposit Work-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
CM10100 AS ['CM Deposit Work']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['CM Deposit Work'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
11 | DSCRIPTN | Description | String | STR30 | 30 | |
12 | USERDEF1 | User Defined 1 | String | STR20 | 20 | |
13 | USERDEF2 | User Defined 2 | String | STR20 | 20 | |
14 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['CM Deposit Work'].NOTEINDX AS 'CM Deposit Work-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
CM10100 AS ['CM Deposit Work']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['CM Deposit Work'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
15 | RCRDSTTS | Record Status | Integer | INT | 0 | |
16 | RATETPID | Rate Type ID | String | STR15_Rate_Type_ID | 15 | |
Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hideSELECT
['CM Deposit Work'].RATETPID AS 'CM Deposit Work-Rate Type ID'
,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
CM10100 AS ['CM Deposit Work']
INNER JOIN
MC40100 AS ['Multicurrency Rate Type Setup']
ON
['CM Deposit Work'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID | ||||||
17 | EXGTBLID | Exchange Table ID | String | STR15_Exchange_Table_ID | 15 | |
Key to the Multicurrency Exchange Rate Maintenance (MC00100).
Click to show/hideSELECT
['CM Deposit Work'].EXGTBLID AS 'CM Deposit Work-Exchange Table ID'
,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
CM10100 AS ['CM Deposit Work']
INNER JOIN
DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
ON
['CM Deposit Work'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID | ||||||
18 | XCHGRATE | Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
19 | EXCHDATE | Exchange Date | Date | DT_Date | 6 | |
20 | TIME1 | Time | Time | TM6 | 6 | |
21 | RTCLCMTD | Rate Calculation Method | Integer | GB | 0 | |
22 | EXPNDATE | Expiration Date | Date | DT_Date | 6 | |
23 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['CM Deposit Work'].CURRNIDX AS 'CM Deposit Work-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
CM10100 AS ['CM Deposit Work']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['CM Deposit Work'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
24 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
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.
|