Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RVLSP008
Product: Scheduled Instalment (1150)
Series: Sales
Display Name: SOP Scheduled Instalments Line Work History
Physical Name: RVLSP008
Technical Name: rvlsopPmntSchldLINEWORKHISTSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 SOPNUMBE SOP Number STR20_SOP_Number String 17 2 SOPTYPE SOP Type DDL_SOP_Type Integer 0 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
['SOP Scheduled Instalments Line Work History'].CURNCYID AS 'SOP Scheduled Instalments Line Work History-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
RVLSP008 AS ['SOP Scheduled Instalments Line Work History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['SOP Scheduled Instalments Line Work History'].CURNCYID = ['Currency Setup'].CURNCYID
7 CURRNIDX Currency Index INT3 Integer 3 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['SOP Scheduled Instalments Line Work History'].CURRNIDX AS 'SOP Scheduled Instalments Line Work History-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
RVLSP008 AS ['SOP Scheduled Instalments Line Work History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['SOP Scheduled Instalments Line Work History'].CURRNIDX = ['Currency Setup'].CURRNIDX