Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MC020104
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Multicurrency RM Revaluation Activity Group Display Name: Receivables Open Transaction Files
Physical Name: MC020104
Technical Name: MC_RM_Revaluation
Group Technical Name: RM_Open_Transaction_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DOCNUMBR ![]() | Document Number | String | STR20_Document_Number | 20 | |
2 | DOCTYPE ![]() | Document Type | Integer | DDL_Document_Type | 0 | |
3 | CUSTNMBR ![]() | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['Multicurrency RM Revaluation Activity'].CUSTNMBR AS 'Multicurrency RM Revaluation Activity-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
MC020104 AS ['Multicurrency RM Revaluation Activity']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['Multicurrency RM Revaluation Activity'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
4 | CHEKNMBR ![]() | Check Number | String | STR20_Document_Number | 20 | |
5 | CURNCYID ![]() | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Multicurrency RM Revaluation Activity'].CURNCYID AS 'Multicurrency RM Revaluation Activity-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
MC020104 AS ['Multicurrency RM Revaluation Activity']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Multicurrency RM Revaluation Activity'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
6 | CURRNIDX ![]() | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Multicurrency RM Revaluation Activity'].CURRNIDX AS 'Multicurrency RM Revaluation Activity-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
MC020104 AS ['Multicurrency RM Revaluation Activity']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Multicurrency RM Revaluation Activity'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
7 | SEQNUMBR ![]() | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
8 | DOCDATE ![]() | Document Date | Date | DT | 8 | |
9 | RVLUDATE ![]() | Revaluation Date | Date | DT_Date | 6 | |
10 | RevalPostDate ![]() | Revaluation Posting Date | Date | DT | 8 | |
11 | RATETPID ![]() | Rate Type ID | String | STR15_Rate_Type_ID | 15 | |
Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hideSELECT
['Multicurrency RM Revaluation Activity'].RATETPID AS 'Multicurrency RM Revaluation Activity-Rate Type ID'
,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
MC020104 AS ['Multicurrency RM Revaluation Activity']
INNER JOIN
MC40100 AS ['Multicurrency Rate Type Setup']
ON
['Multicurrency RM Revaluation Activity'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID | ||||||
12 | RTCLCMTD ![]() | Rate Calculation Method | Integer | GB | 0 | |
13 | XCHGRATE ![]() | Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
14 | AUDITTRAIL ![]() | Audit Trail Code | String | STR13_LBAU | 13 | |
15 | GAINLOSS ![]() | Gain or Loss Type | Integer | GB | 0 | |
16 | GLCURTRX ![]() | Gain or Loss on Current Trx Amount | Currency | DLR19_$S2 | 19 | |
17 | GLDSCAVL ![]() | Gain or Loss on Disc Avail Amount | Currency | DLR19_$S2 | 19 | |
18 | ORCTRXAM ![]() | Originating Current Trx Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
19 | ORDAVAMT ![]() | Originating Discount Available Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
20 | CURTRXAR ![]() | Current Trx Amount After Revaluation | Currency | DLR19_$S2 | 19 | |
21 | DSCAVAAR ![]() | Disc Avail Amount After Revaluation | Currency | DLR19_$S2 | 19 | |
22 | UnsettledCurrentGainLoss ![]() | Unsettled Gain or Loss on Current Trx Amount | Currency | DLR19_$S2 | 19 | |
23 | UnsettledAvailGainLoss ![]() | Unsettled Gain or Loss on Disc Avail Amount | Currency | DLR19_$S2 | 19 | |
24 | Total_Gain_or_Loss_on_Cu ![]() | Total Gain or Loss on Current Trx Amount | Currency | DLR19_$S2 | 19 | |
25 | Total_Gain_or_Loss_on_Di ![]() | Total Gain or Loss on Disc Avail Amount | Currency | DLR19_$S2 | 19 | |
26 | CURTRXAI ![]() | Current Trx Amount Account Index | Long Integer | long | 8 | |
27 | DSCAVAAI ![]() | Disc Avail Amount Account Index | Long Integer | long | 8 | |
28 | RVLUEIDX ![]() | Revaluation Account Index | Long Integer | LI_14 | 14 | |
29 | DENXRATE ![]() | Denomination Exchange Rate | Currency (Variable) | DLR14_Exchange_Rate | 14 | |
30 | MCTRXSTT ![]() | MC Transaction State | Integer | INT1 | 1 | |
MC Transaction State of the transaction. State the transaction was created in. For non multi-currency transactions, this field will be blank.
Click to show/hide MC Transaction States0 Euro currency is not created or no denomination currencies are enabled.
1 Originating is not a denomination; Functional is not a denomination
2 Originating is not a denomination; Functional is the Euro currency.
3 Originating is not a denomination; Functional is a denomination.
4 Originating is a denomination; Functional is not a denomination.
5 Originating is a denomination; Functional is a denomination.
6 Originating is a denomination; Functional is the Euro currency.
7 Originating is the Euro currency; Functional is a denomination.
8 Originating is the Euro currency; Functional is not a denomination.
|