Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/WDC41400
Product: Advanced Security (3104)
Series:
Display Name: Field Level Security Password Master Group Display Name: Field Security Password Table Group
Physical Name: WDC41400
Technical Name: WDC_Password_MSTR
Group Technical Name: WDC Field Security Password
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Password_ID | Password ID | String | STR15_LBAU | 15 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | PASSWORD | Password | String | STR15_LB | 15 | |
4 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Field Level Security Password Master'].NOTEINDX AS 'Field Level Security Password Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
WDC41400 AS ['Field Level Security Password Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Field Level Security Password Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
5 | CREATDDT | Created Date | Date | DT | 8 | |
6 | MODIFDT | Modified Date | Date | DT | 8 | |
7 | LSTUSRED | Last User to Edit | String | STR15 | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Field Level Security Password Master'].LSTUSRED AS 'Field Level Security Password Master-Last User to Edit'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
WDC41400 AS ['Field Level Security Password Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Field Level Security Password Master'].LSTUSRED = ['Users Master'].USERID |