Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/WDC41500
Product: Advanced Security (3104)
Series:
Display Name: Field Level Security Relationship Group Display Name: Field Security Table Group
Physical Name: WDC41500
Technical Name: WDC_Field_Security_REL
Group Technical Name: WDC Field Security
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | USRCLASS | User Class | String | STR15_User_Class | 15 | |
2 | CMPANYID | Company ID | Integer | INT5 | 4 | |
Key to the Company Master (SY01500).
Click to show/hideSELECT
['Field Level Security Relationship'].CMPANYID AS 'Field Level Security Relationship-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
WDC41500 AS ['Field Level Security Relationship']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Field Level Security Relationship'].CMPANYID = ['Company Master'].CMPANYID | ||||||
3 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Field Level Security Relationship'].USERID AS 'Field Level Security Relationship-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
WDC41500 AS ['Field Level Security Relationship']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Field Level Security Relationship'].USERID = ['Users Master'].USERID | ||||||
4 | Field_Security_ID | Field Security ID | String | STR15_LBAU | 15 |