Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RVLPD014
Product: Payment Document Management (2150)
Series: Sales
Display Name: Sales Payment Document Remittance Distributions 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: RVLPD014
Technical Name: rvlrmPmntDocDistributionWORKSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 REMTYPE RemitType RemitType Integer 0 2 REMITID RemitID RemitID String 15 3 SEQNUMBR Sequence Number LI_Sequence_Number Long Integer 10 4 DISTTYPE Distribution Type DDL Integer 0 5 DSTINDX Distribution Account Index LI_14 Long Integer 14 Key to the Account Index Master (GL00105).
Click to show/hide
SELECT
['Sales Payment Document Remittance Distributions'].DSTINDX AS 'Sales Payment Document Remittance Distributions-Distribution Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
RVLPD014 AS ['Sales Payment Document Remittance Distributions']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Sales Payment Document Remittance Distributions'].DSTINDX = ['Account Index Master'].ACTINDX
6 POSTED Posted True/False Boolean 0 7 POSTEDDT Posted Date DATE Date 6 8 DEBITAMT Debit Amount DLR19_$S2 Currency 19 9 CRDTAMNT Credit Amount DLR19_$S2 Currency 19 10 CURNCYID Currency ID STR15_Currency_ID String 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['Sales Payment Document Remittance Distributions'].CURNCYID AS 'Sales Payment Document Remittance Distributions-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
RVLPD014 AS ['Sales Payment Document Remittance Distributions']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Sales Payment Document Remittance Distributions'].CURNCYID = ['Currency Setup'].CURNCYID
11 CURRNIDX Currency Index INT3 Integer 3 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['Sales Payment Document Remittance Distributions'].CURRNIDX AS 'Sales Payment Document Remittance Distributions-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
RVLPD014 AS ['Sales Payment Document Remittance Distributions']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Sales Payment Document Remittance Distributions'].CURRNIDX = ['Currency Setup'].CURRNIDX
12 ORDBTAMT Originating Debit Amount DLR19_$S2 Currency 19 13 ORCRDAMT Originating Credit Amount DLR19_$S2 Currency 19 14 DistRef Distribution Reference STR30 String 30 15 TRXSORCE TRX Source STR13 String 13 16 DCSTATUS Document Status DDL_Doc_Status Integer 0 17 DEX_ROW_ID int int 10