Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/DDEU022
Product: Direct Debits & Refunds (8811)
Series: Sales
Display Name: Direct Debit Transaction Code
Physical Name: DDEU022
Technical Name: DD_Trx_CodeSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 DOCTYPE Document Type DDL_Document_Type Integer 0 2 DOCNUMBR Document Number STR20_Document_Number String 20 3 TRXSOURC Transaction Source STR25 String 25 4 CUSTNMBR Customer Number STR15_RM_Customer_Number String 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['Direct Debit Transaction Code'].CUSTNMBR AS 'Direct Debit Transaction Code-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
DDEU022 AS ['Direct Debit Transaction Code']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['Direct Debit Transaction Code'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
5 DDTRANS DD Transaction Code STR2 String 2