Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RVLSP012
Product: Scheduled Instalment (1150)
Series: Sales
Display Name: RM Scheduled Instalments Line Work
Physical Name: RVLSP012
Technical Name: rvlrmPmntSchldLINEWORKSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 RMDNUMWK RM Document Number-WORK STR17_LBAU String 17 2 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
3 LNITMSEQ Line Item Sequence LI_Sequence_Number Long Integer 10 4 DEBTAMT DebtAmt DLR19_RBSO_UTR$ Currency 19 5 DATE DebtDueDate DATE Date 6 6 CURNCYID Currency ID STR15_Currency_ID String 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['RM Scheduled Instalments Line Work'].CURNCYID AS 'RM Scheduled Instalments Line Work-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
RVLSP012 AS ['RM Scheduled Instalments Line Work']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['RM Scheduled Instalments Line Work'].CURNCYID = ['Currency Setup'].CURNCYID
7 CURRNIDX Currency Index INT3 Integer 3 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['RM Scheduled Instalments Line Work'].CURRNIDX AS 'RM Scheduled Instalments Line Work-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
RVLSP012 AS ['RM Scheduled Instalments Line Work']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['RM Scheduled Instalments Line Work'].CURRNIDX = ['Currency Setup'].CURRNIDX