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 | String | STR15_Exchange_Table_ID | 15 | |
2 | CURNCYID | Currency ID | String | STR15_Currency_ID | 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 | Date | DT_Date | 6 | |
4 | TIME1 | Time | Time | TM6 | 6 | |
5 | XCHGRATE | Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
6 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |