Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CN30200
Product: Collections Management (1157)
Series: Sales
Display Name: Collections - Invoice Notes History Group Display Name: Collection Notes
Physical Name: CN30200
Technical Name: CN_Invoice_Notes_HIST
Group Technical Name: CollectionNotes
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CUSTNMBR | Customer Number | STR15_RM_Customer_Number | String | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['Collections - Invoice Notes History'].CUSTNMBR AS 'Collections - Invoice Notes History-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
CN30200 AS ['Collections - Invoice Notes History']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['Collections - Invoice Notes History'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
2 | CPRCSTNM | Corporate Customer Number | STR15_RM_Customer_Number | String | 15 | |
3 | RMDTYPAL | RM Document Type-All | INT2 | Integer | 2 | |
Document Type records the type of document.
Click to show/hide the Document Types
0 Balance Carried Forward
1 Sales / Invoice
2 Scheduled Payments
3 Debit Memo
4 Finance Charge
5 Service Repairs
6 Warranties
7 Credit Memo
8 Returns
9 Payments | ||||||
4 | DOCNUMBR | Document Number | STR20_Document_Number | String | 20 | |
5 | NOTEINDX | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Collections - Invoice Notes History'].NOTEINDX AS 'Collections - Invoice Notes History-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
CN30200 AS ['Collections - Invoice Notes History']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Collections - Invoice Notes History'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
6 | RevisionNumber | CN Revision Number | INT4 | Integer | 4 | |
7 | RevisionDate | CN Revision Date | DATE | Date | 6 | |
8 | RevisionTime | CN Revision Time | TM6 | Time | 6 | |
9 | USERID | User ID | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Collections - Invoice Notes History'].USERID AS 'Collections - Invoice Notes History-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
CN30200 AS ['Collections - Invoice Notes History']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Collections - Invoice Notes History'].USERID = ['Users Master'].USERID | ||||||
10 | ActionType | Action Type | CN_Action_Type | Integer | 0 | |
11 | ActionAmount | Action Amount | DLR17_RBS0_UTR$ | Currency | 17 | |
12 | CURTRXAM | Current Trx Amount | DLR17_RBS0_UTR$ | Currency | 17 | |
13 | CURNCYID | Currency ID | STR15_Currency_ID | String | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Collections - Invoice Notes History'].CURNCYID AS 'Collections - Invoice Notes History-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
CN30200 AS ['Collections - Invoice Notes History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Collections - Invoice Notes History'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
14 | CURRNIDX | Currency Index | INT3 | Integer | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['Collections - Invoice Notes History'].CURRNIDX AS 'Collections - Invoice Notes History-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
CN30200 AS ['Collections - Invoice Notes History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Collections - Invoice Notes History'].CURRNIDX = ['Currency Setup'].CURRNIDX |