Easily find this page again using the shortlink: http://gpt.azrcrv.co.uk/CPO10111
Product: Purchase Order Enhancements (2277)
Series: Purchasing
Display Name: CPOP_Alloc_Line_Ctrl 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: CPO10111
Technical Name: CPOP_Alloc_Line_CtrlSeq No Physical Name Display Name Dexterity Data Type SQL Data Type SQL DB Length Keyable Length 1 PONUMBER PO Number STR17_POP_Number String 18 17 2 ORD Ord LI_Sequence_Number Long Integer 4 10 3 ACTINDX Account Index LI_14 Long Integer 4 14 Key to the Account Index Master (GL00105).
Click to show/hide example SQL
SELECT
['CPOP_Alloc_Line_Ctrl'].ACTINDX AS 'CPOP_Alloc_Line_Ctrl-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
CPO10111 AS ['CPOP_Alloc_Line_Ctrl']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['CPOP_Alloc_Line_Ctrl'].ACTINDX = ['Account Index Master'].ACTINDX
4 Committed_Amount Committed Amount DLR17_RBS0_UTR$ Currency 10 17 5 DEX_ROW_ID int int 10 10