Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RVLPD033
Product: Payment Document Management (2150)
Series: Company
Display Name: Company Payment Document Install 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: RVLPD033
Technical Name: rvlsyPmntDocInstallSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CMPANYID Company ID INT5 Integer 4 Key to the Company Master (SY01500).
Click to show/hide
SELECT
['Company Payment Document Install'].CMPANYID AS 'Company Payment Document Install-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
RVLPD033 AS ['Company Payment Document Install']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Company Payment Document Install'].CMPANYID = ['Company Master'].CMPANYID
2 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Company Payment Document Install'].USERID AS 'Company Payment Document Install-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
RVLPD033 AS ['Company Payment Document Install']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Company Payment Document Install'].USERID = ['Users Master'].USERID
3 CREATDDT Created Date DT Date 8 4 DEX_ROW_ID int int 10