Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MC40301
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Multicurrency Rate Type Account Setup Group Display Name: Multicurrency Setup
Physical Name: MC40301
Technical Name: MC_Exchange_Table_Account_SETP
Group Technical Name: Multicurrency Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Multicurrency Rate Type Account Setup'].CURNCYID AS 'Multicurrency Rate Type Account Setup-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
MC40301 AS ['Multicurrency Rate Type Account Setup']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Multicurrency Rate Type Account Setup'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
2 | RATETPID | Rate Type ID | String | STR15_Rate_Type_ID | 15 | |
Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hideSELECT
['Multicurrency Rate Type Account Setup'].RATETPID AS 'Multicurrency Rate Type Account Setup-Rate Type ID'
,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
MC40301 AS ['Multicurrency Rate Type Account Setup']
INNER JOIN
MC40100 AS ['Multicurrency Rate Type Setup']
ON
['Multicurrency Rate Type Account Setup'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID | ||||||
3 | EXGTBLID | Exchange Table ID | String | STR15_Exchange_Table_ID | 15 | |
Key to the Multicurrency Exchange Rate Maintenance (MC00100).
Click to show/hideSELECT
['Multicurrency Rate Type Account Setup'].EXGTBLID AS 'Multicurrency Rate Type Account Setup-Exchange Table ID'
,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
MC40301 AS ['Multicurrency Rate Type Account Setup']
INNER JOIN
DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
ON
['Multicurrency Rate Type Account Setup'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID | ||||||
4 | DFLTRATE | Default Rate | Boolean | CB_Default_Rate | 0 | |
5 | REALGAIN | Realized Gain | Long Integer | LI_14 | 14 | |
6 | REALLOSS | Realized Loss | Long Integer | LI_14 | 14 | |
7 | UNRLGAIN | Unrealized Gain | Long Integer | LI_14 | 14 | |
8 | UNRLLOSS | Unrealized Loss | Long Integer | LI_14 | 14 | |
9 | FINOFFST | Financial Offset | Long Integer | LI_14 | 14 | |
10 | PUROFFST | Purchasing Offset | Long Integer | LI_14 | 14 | |
11 | SLSOFFST | Sales Offset | Long Integer | LI_14 | 14 | |
12 | RNDWTOFF | Rounding Writeoff | Long Integer | LI_14 | 14 | |
13 | RNDDIFF | Rounding Difference | Long Integer | LI_14 | 14 | |
14 | Base_Exchange_Rate_On | Base Exchange Rate On | Integer | GB | 0 |