Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CN10300
Product: Collections Management (1157)
Series: Sales
Display Name: Collections - Email Attachments
Physical Name: CN10300
Technical Name: CN_EmailAttachmentsSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Collections - Email Attachments'].USERID AS 'Collections - Email Attachments-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
CN10300 AS ['Collections - Email Attachments']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Collections - Email Attachments'].USERID = ['Users Master'].USERID
2 PRCSSQNC Process Sequence INT Integer 0 3 CUSTNMBR Customer Number STR15_RM_Customer_Number String 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['Collections - Email Attachments'].CUSTNMBR AS 'Collections - Email Attachments-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
CN10300 AS ['Collections - Email Attachments']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['Collections - Email Attachments'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
4 CUSTNAME Customer Name STR64_Customer_Name String 64 5 ADRSCODE Address Code STR15_Address_Code String 15 6 SEQNUMBR Sequence Number LI_Sequence_Number Long Integer 10 7 fileName fileName STR255 String 255 8 Delete_After_Attach Delete After Attach CB Boolean 0 9 EmailBody Email Body TX32000 Text 32000