CM Deposit Work (CM10100)

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
Physical Name: CM10100
Technical Name: CM_Deposit_WORK

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

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

Click to show/hide

SELECT
       ['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
2depositnumber SearchDeposit NumberStringSTR20_Document_Number20
3DEPTYPE SearchDeposit TypeIntegerDDL_Document_Type0
4DEPWTHRCT SearchDeposit With ReceiptsBooleanBoolean0
5DEPDATE SearchDeposit DateDateDT8
6GLPOSTDT SearchGL Posting DateDateDT8
7DepAmt SearchDeposit AmountCurrencyDLR19_RBS0_STR$19
8MDFUSRID SearchModified User IDStringSTR1515
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['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
9MODIFDT SearchModified DateDateDT8
10CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['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
11DSCRIPTN SearchDescriptionStringSTR3030
12USERDEF1 SearchUser Defined 1StringSTR2020
13USERDEF2 SearchUser Defined 2StringSTR2020
14NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['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
15RCRDSTTS SearchRecord StatusIntegerINT0
16RATETPID SearchRate Type IDStringSTR15_Rate_Type_ID15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['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
17EXGTBLID SearchExchange Table IDStringSTR15_Exchange_Table_ID15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['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
18XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
19EXCHDATE SearchExchange DateDateDT_Date6
20TIME1 SearchTimeTimeTM66
21RTCLCMTD SearchRate Calculation MethodIntegerGB0
22EXPNDATE SearchExpiration DateDateDT_Date6
23CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['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
24DECPLCUR SearchDecimal Places CurrencyIntegerDDL_Decimal_Places_Dollars0
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 *