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 | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | BCHSOURC ![]() | Batch Source | STR15 | String | 16 | 15 |
2 | BACHNUMB ![]() | Batch Number | STR15_LBAU | String | 16 | 15 |
3 | SERIES ![]() | Series | DDL_Series | Integer | 2 | 0 |
4 | CURNCYID ![]() | Currency ID | STR15_Currency_ID | String | 16 | 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 | INT3 | Integer | 2 | 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 | DLR19_RBS0_UTR$ | Currency | 10 | 19 |
7 | ORIGBTCHTOT ![]() | Originating Batch Total | DLR19_RBS0_UTR$ | Currency | 10 | 19 |
8 | EXGTBLID ![]() | Exchange Table ID | STR15_Exchange_Table_ID | String | 16 | 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 | DLR14_Exchange_Rate | Currency (Variable) | 10 | 14 |
10 | RATETPID ![]() | Rate Type ID | STR15_Rate_Type_ID | String | 16 | 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 | GB | Integer | 2 | 0 |
12 | TIME1 ![]() | Time | TM6 | Time | 4 | 6 |
13 | EXCHDATE ![]() | Exchange Date | DT_Date | Date | 4 | 6 |
14 | CHEKDATE ![]() | Check Date | DATE | Date | 4 | 6 |
15 | DENXRATE ![]() | Denomination Exchange Rate | DLR14_Exchange_Rate | Currency (Variable) | 10 | 14 |
16 | MCTRXSTT ![]() | MC Transaction State | INT1 | Integer | 2 | 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.
| ||||||
17 | DEX_ROW_ID ![]() | int | int | 10 | 10 | |
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |