Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/paivct01
Product: Company Archive (1755)
Series: Company
Display Name: PA - Invoicing Transaction History
Physical Name: paivct01
Technical Name: paIVCtempSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 DOCTYPE Document Type DDL_Document_Type Integer 0 2 INVCNMBR Invoice Number STR20_IVC_Document_Number String 17 3 BACHNUMB Batch Number STR15_LBAU String 15 4 BCHSOURC Batch Source STR15 String 15 5 CUSTNMBR Customer Number STR15_RM_Customer_Number String 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['PA - Invoicing Transaction History'].CUSTNMBR AS 'PA - Invoicing Transaction History-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
paivct01 AS ['PA - Invoicing Transaction History']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['PA - Invoicing Transaction History'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
6 DOCDATE Document Date DT Date 8