Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/OSRC2000
Product: Manufacturing (346)
Series:
Display Name: OSRC_WIP_Accounts
Physical Name: OSRC2000
Technical Name: OSRC_WIP_AccountsSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 PONUMBER PO Number String STR17_POP_Number 17 2 POLNENUM PO Line Number Long Integer LI_Sequence_Number 10 3 ACTINDX Account Index Long Integer LI_14 14 Key to the Account Index Master (GL00105).
Click to show/hide
SELECT
['OSRC_WIP_Accounts'].ACTINDX AS 'OSRC_WIP_Accounts-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
OSRC2000 AS ['OSRC_WIP_Accounts']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['OSRC_WIP_Accounts'].ACTINDX = ['Account Index Master'].ACTINDX