Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MC00200
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Multicurrency Account Master Group Display Name: Multicurrency Account Master
Physical Name: MC00200
Technical Name: MC_Currency_Account_MSTR
Group Technical Name: Multicurrency Account MSTR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Multicurrency Account Master'].ACTINDX AS 'Multicurrency Account Master-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
MC00200 AS ['Multicurrency Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Multicurrency Account Master'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
2 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Multicurrency Account Master'].CURNCYID AS 'Multicurrency Account Master-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
MC00200 AS ['Multicurrency Account Master']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Multicurrency Account Master'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
3 | REVALUE | Revalue | Boolean | CB_Revalue | 0 | |
4 | REVLUHOW | Revalue How | Integer | GB | 0 | |
5 | Post_Results_To | Post Results To | Integer | GB | 0 | |
6 | CurrencyTranslationType | Currency Translation Type | Integer | DDL_CurrencyTranslationType | 0 |