Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/WDC41101
Product: Advanced Security (3104)
Series:
Display Name: Advanced Security Setup Group Display Name: Advanced Security Table Group
Physical Name: WDC41101
Technical Name: WDC_Security_SETP
Group Technical Name: WDC Security
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DUMYRCRD | Dummy Record | Boolean | Boolean | 0 | |
2 | WDC_Security_Checkbox | WDC Security Checkbox | CB | Boolean | 0 | |
3 | WDC_Security_Checkbox_1 | WDC Security Checkbox[1] | Boolean | CB | 0 | |
4 | WDC_Security_Checkbox_2 | WDC Security Checkbox[2] | Boolean | CB | 0 | |
5 | WDC_Security_Checkbox_3 | WDC Security Checkbox[3] | Boolean | CB | 0 | |
6 | WDC_Security_Checkbox_4 | WDC Security Checkbox[4] | Boolean | CB | 0 | |
7 | WDC_Security_Checkbox_5 | WDC Security Checkbox[5] | Boolean | CB | 0 | |
8 | WDC_Security_Checkbox_6 | WDC Security Checkbox[6] | Boolean | CB | 0 | |
9 | WDC_Security_Checkbox_7 | WDC Security Checkbox[7] | Boolean | CB | 0 | |
10 | WDC_Security_Checkbox_8 | WDC Security Checkbox[8] | Boolean | CB | 0 | |
11 | WDC_Security_Checkbox_9 | WDC Security Checkbox[9] | Boolean | CB | 0 | |
12 | WDC_Security_Checkbox_10 | WDC Security Checkbox[10] | Boolean | CB | 0 | |
13 | WDC_Security_Checkbox_11 | WDC Security Checkbox[11] | Boolean | CB | 0 | |
14 | WDC_Security_Checkbox_12 | WDC Security Checkbox[12] | Boolean | CB | 0 | |
15 | WDC_Security_Checkbox_13 | WDC Security Checkbox[13] | Boolean | CB | 0 | |
16 | WDC_Security_Checkbox_14 | WDC Security Checkbox[14] | Boolean | CB | 0 | |
17 | WDC_Security_Checkbox_15 | WDC Security Checkbox[15] | Boolean | CB | 0 | |
18 | WDC_Security_Checkbox_16 | WDC Security Checkbox[16] | Boolean | CB | 0 | |
19 | WDC_Security_Checkbox_17 | WDC Security Checkbox[17] | Boolean | CB | 0 | |
20 | WDC_Security_Checkbox_18 | WDC Security Checkbox[18] | Boolean | CB | 0 | |
21 | WDC_Security_Checkbox_19 | WDC Security Checkbox[19] | Boolean | CB | 0 | |
22 | WDC_Security_Checkbox_20 | WDC Security Checkbox[20] | Boolean | CB | 0 | |
23 | WDC_Security_Checkbox_21 | WDC Security Checkbox[21] | Boolean | CB | 0 | |
24 | WDC_Security_Checkbox_22 | WDC Security Checkbox[22] | Boolean | CB | 0 | |
25 | WDC_Security_Checkbox_23 | WDC Security Checkbox[23] | Boolean | CB | 0 | |
26 | WDC_Security_Checkbox_24 | WDC Security Checkbox[24] | Boolean | CB | 0 | |
27 | WDC_Security_Checkbox_25 | WDC Security Checkbox[25] | Boolean | CB | 0 | |
28 | WDC_Security_Checkbox_26 | WDC Security Checkbox[26] | Boolean | CB | 0 | |
29 | WDC_Security_Checkbox_27 | WDC Security Checkbox[27] | Boolean | CB | 0 | |
30 | WDC_Security_Checkbox_28 | WDC Security Checkbox[28] | Boolean | CB | 0 | |
31 | WDC_Security_Checkbox_29 | WDC Security Checkbox[29] | Boolean | CB | 0 | |
32 | WDC_Security_Checkbox_30 | WDC Security Checkbox[30] | Boolean | CB | 0 | |
33 | DTAPTHNM | Data Pathname | String | Pathname | 255 | |
34 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Advanced Security Setup'].USERID AS 'Advanced Security Setup-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
WDC41101 AS ['Advanced Security Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Advanced Security Setup'].USERID = ['Users Master'].USERID | ||||||
35 | CMPANYID | Company ID | Integer | INT5 | 4 | |
Key to the Company Master (SY01500).
Click to show/hideSELECT
['Advanced Security Setup'].CMPANYID AS 'Advanced Security Setup-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
WDC41101 AS ['Advanced Security Setup']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Advanced Security Setup'].CMPANYID = ['Company Master'].CMPANYID | ||||||
36 | MESSAGE | Message | String | STR50 | 50 | |
37 | CREATDDT | Created Date | Date | DT | 8 | |
38 | MODIFDT | Modified Date | Date | DT | 8 | |
39 | LSTUSRED | Last User to Edit | String | STR15 | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Advanced Security Setup'].LSTUSRED AS 'Advanced Security Setup-Last User to Edit'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
WDC41101 AS ['Advanced Security Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Advanced Security Setup'].LSTUSRED = ['Users Master'].USERID |