Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MC00500
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: Multicurrency Posting Definitions Master Group Display Name: Posting Definitions Master
Physical Name: MC00500
Technical Name: MC_Batch_Headers
Group Technical Name: Posting Definitions Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BCHSOURC | Batch Source | String | STR15 | 15 | |
2 | BACHNUMB | Batch Number | String | STR15_LBAU | 15 | |
3 | SERIES | Series | Integer | DDL_Series | 0 | |
4 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Multicurrency Posting Definitions Master'].CURNCYID AS 'Multicurrency Posting Definitions Master-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
MC00500 AS ['Multicurrency Posting Definitions Master']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Multicurrency Posting Definitions Master'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
5 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Multicurrency Posting Definitions Master'].CURRNIDX AS 'Multicurrency Posting Definitions Master-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
MC00500 AS ['Multicurrency Posting Definitions Master']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Multicurrency Posting Definitions Master'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
6 | ORIGCNTRLTOT | Originating Control Total | Currency | DLR19_RBS0_UTR$ | 19 | |
7 | ORIGBTCHTOT | Originating Batch Total | Currency | DLR19_RBS0_UTR$ | 19 | |
8 | EXGTBLID | Exchange Table ID | String | STR15_Exchange_Table_ID | 15 | |
Key to the Multicurrency Exchange Rate Maintenance (MC00100).
Click to show/hideSELECT
['Multicurrency Posting Definitions Master'].EXGTBLID AS 'Multicurrency Posting Definitions Master-Exchange Table ID'
,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
MC00500 AS ['Multicurrency Posting Definitions Master']
INNER JOIN
DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
ON
['Multicurrency Posting Definitions Master'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID | ||||||
9 | XCHGRATE | Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
10 | RATETPID | Rate Type ID | String | STR15_Rate_Type_ID | 15 | |
Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hideSELECT
['Multicurrency Posting Definitions Master'].RATETPID AS 'Multicurrency Posting Definitions Master-Rate Type ID'
,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
MC00500 AS ['Multicurrency Posting Definitions Master']
INNER JOIN
MC40100 AS ['Multicurrency Rate Type Setup']
ON
['Multicurrency Posting Definitions Master'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID | ||||||
11 | RTCLCMTD | Rate Calculation Method | Integer | GB | 0 | |
12 | TIME1 | Time | Time | TM6 | 6 | |
13 | EXCHDATE | Exchange Date | Date | DT_Date | 6 | |
14 | CHEKDATE | Check Date | Date | DATE | 6 | |
15 | DENXRATE | Denomination Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
16 | 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.
|