Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MC00100
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Multicurrency Exchange Rate Maintenance Group Display Name: Multicurrency System Setup
Physical Name: MC00100
Technical Name: MC_Exchange_Rate_MSTR
Group Technical Name: Multicurrency System Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | EXGTBLID ![]() | Exchange Table ID | STR15_Exchange_Table_ID | String | 15 | |
2 | CURNCYID ![]() | Currency ID | STR15_Currency_ID | String | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Multicurrency Exchange Rate Maintenance'].CURNCYID AS 'Multicurrency Exchange Rate Maintenance-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
MC00100 AS ['Multicurrency Exchange Rate Maintenance']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Multicurrency Exchange Rate Maintenance'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
3 | EXCHDATE ![]() | Exchange Date | DT_Date | Date | 6 | |
4 | TIME1 ![]() | Time | TM6 | Time | 6 | |
5 | XCHGRATE ![]() | Exchange Rate | DLR14_Exchange_Rate | Currency (Variable) | 14 | |
6 | EXPNDATE ![]() | Expiration Date | DT_Date | Date | 6 | |
7 | DEX_ROW_ID ![]() | int | int | 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. |