Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/gpCustomerException
Product: Technical Service Tools (1838)
Series:
Display Name: gpCustomerException
Physical Name: gpCustomerException
Technical Name: gpCustomerExceptionSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CUSTNMBR Customer Number String STR15_RM_Customer_Number 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['gpCustomerException'].CUSTNMBR AS 'gpCustomerException-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
gpCustomerException AS ['gpCustomerException']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['gpCustomerException'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR