Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PDK02000
Product: Project Accounting (258)
Series: System
Display Name: Security Restrictions 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: PDK02000
Technical Name: PDK_SY_Security_Normal_MSTRSeq No Physical Name Display Name Dexterity Data Type SQL Data Type SQL DB Length Keyable Length 1 CMPANYID Company ID INT5 Integer 2 4 Key to the Company Master (SY01500).
Click to show/hide
SELECT
['Security Restrictions'].CMPANYID AS 'Security Restrictions-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
PDK02000 AS ['Security Restrictions']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Security Restrictions'].CMPANYID = ['Company Master'].CMPANYID
2 USERID User ID STR15_User_ID String 16 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Security Restrictions'].USERID AS 'Security Restrictions-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
PDK02000 AS ['Security Restrictions']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Security Restrictions'].USERID = ['Users Master'].USERID
3 DICTID DictID ID_INT Integer 2 4 4 RESTYPE Restype Restype Integer 2 2 5 RESID Resid ID_INT Integer 2 4 6 ALIAS Alias INT Integer 2 0 7 ALTDICID AltDictID ID_INT Integer 2 4 8 DEX_ROW_ID int int 10 10