Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MC60200
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Multicurrency Exchange Table Access
Physical Name: MC60200
Technical Name: MC_Exchange_Table_Access
Group Display Name: Multicurrency Access
Group Technical Name: Multicurrency Access
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length |
---|
1 | CMPANYID  | Company ID | Integer | INT5 | 4 |
| Key to the Company Master (SY01500).
SELECT
['Multicurrency Exchange Table Access'].CMPANYID AS 'Multicurrency Exchange Table Access-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
MC60200 AS ['Multicurrency Exchange Table Access']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Multicurrency Exchange Table Access'].CMPANYID = ['Company Master'].CMPANYID |
2 | EXGTBLID  | Exchange Table ID | String | STR15_Exchange_Table_ID | 15 |
| Key to the Multicurrency Exchange Rate Maintenance (MC00100).
SELECT
['Multicurrency Exchange Table Access'].EXGTBLID AS 'Multicurrency Exchange Table Access-Exchange Table ID'
,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
MC60200 AS ['Multicurrency Exchange Table Access']
INNER JOIN
DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
ON
['Multicurrency Exchange Table Access'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID |
3 | INACTIVE  | Inactive | Boolean | CB_Inactive | 0 |