Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CFM20102
Product: Cash Flow Management (1632)
Series: Sales
Display Name: CFM RM OPEN 2 DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column.
Physical Name: CFM20102
Technical Name: CFM_RM_OPEN2_OLDSeq 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/hide
SELECT
['CFM RM OPEN 2'].CUSTNMBR AS 'CFM RM OPEN 2-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
CFM20102 AS ['CFM RM OPEN 2']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['CFM RM OPEN 2'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
2 DOCNUMBR Document Number STR20_Document_Number String 20 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 DUEDATE Due Date DT Date 8 5 DOCDATE Document Date DT Date 8 6 ORTRXAMT Original Trx Amount DLR17_RBS0_STR$ Currency 17 7 CURTRXAM Current Trx Amount DLR17_RBS0_UTR$ Currency 17 8 TRXDSCRN Transaction Description STR30 String 30 9 DEX_ROW_ID int int 10