Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MC10101
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: MC RM Distribution Temp File DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column.
Physical Name: MC10101
Technical Name: MC_RM_Apply_Dist_TEMPSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['MC RM Distribution Temp File'].USERID AS 'MC RM Distribution Temp File-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
MC10101 AS ['MC RM Distribution Temp File']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['MC RM Distribution Temp File'].USERID = ['Users Master'].USERID
2 PSTGSTUS Posting Status INT Integer 0 3 RMDTYPAL RM Document Type-All INT2 Integer 2 Document Type records the type of document.
Click to show/hide the Document Types
0 Balance Carried Forward
1 Sales / Invoice
2 Scheduled Payments
3 Debit Memo
4 Finance Charge
5 Service Repairs
6 Warranties
7 Credit Memo
8 Returns
9 Payments
4 DOCNUMBR Document Number STR20_Document_Number String 20 5 APTODCTY Apply To Document Type DDL_Document_Type Integer 0 6 APTODCNM Apply To Document Number STR20_Document_Number String 20 7 SEQNUMBR Sequence Number LI_Sequence_Number Long Integer 10 8 DISTTYPE Distribution Type DDL Integer 0 9 DSTINDX Distribution Account Index LI_14 Long Integer 14 Key to the Account Index Master (GL00105).
Click to show/hide
SELECT
['MC RM Distribution Temp File'].DSTINDX AS 'MC RM Distribution Temp File-Distribution Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
MC10101 AS ['MC RM Distribution Temp File']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['MC RM Distribution Temp File'].DSTINDX = ['Account Index Master'].ACTINDX
10 TRXSORCE TRX Source STR13 String 13 11 POSTED Posted True/False Boolean 0 12 POSTEDDT Posted Date DATE Date 6 13 CHANGED Changed YN Boolean 0 14 CUSTNMBR Customer Number STR15_RM_Customer_Number String 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['MC RM Distribution Temp File'].CUSTNMBR AS 'MC RM Distribution Temp File-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
MC10101 AS ['MC RM Distribution Temp File']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['MC RM Distribution Temp File'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
15 DEBITAMT Debit Amount DLR19_$S2 Currency 19 16 CRDTAMNT Credit Amount DLR19_$S2 Currency 19 17 ORCRDAMT Originating Credit Amount DLR19_$S2 Currency 19 18 ORDBTAMT Originating Debit Amount DLR19_$S2 Currency 19 19 MCSTRUCT_1 MC Def Structure:Currency ID STR15_Currency_ID String 15 20 MCSTRUCT_2 MC Def Structure:Currency Index INT3 Integer 3 21 MCSTRUCT_3 MC Def Structure:Rate Type ID STR15_Rate_Type_ID String 15 22 MCSTRUCT_4 MC Def Structure:Exchange Table ID STR15_Exchange_Table_ID String 15 23 MCSTRUCT_5 MC Def Structure:Exchange Rate DLR14_Exchange_Rate Currency (Variable) 14 24 MCSTRUCT_6 MC Def Structure:Exchange Date DT_Date Date 6 25 MCSTRUCT_7 MC Def Structure:Decimal Places DDL_Decimal_Places Integer 0 26 MCSTRUCT_8 MC Def Structure:Time TM6 Time 6 27 MCSTRUCT_9 MC Def Structure:Rate Calc Method INT Integer 0 28 MCSTRUCT_10 MC Def Structure:View Mode INT Integer 0 29 MCSTRUCT_11 MC Def Structure:IS MC Trx INT Integer 0 30 MCSTRUCT_12 MC Def Structure:Expiration Date DT_Date Date 6 31 MCSTRUCT_13 MC Def Structure:Denomination Exchange Rate DLR14_Exchange_Rate Currency (Variable) 14 32 MCSTRUCT_14 MC Def Structure:MC Transaction State INT1 Integer 1 33 SPCLDIST Specialized Distribution INT4 Integer 4 34 DEX_ROW_ID int int 10