-
Notifications
You must be signed in to change notification settings - Fork 4
/
GLCAllPermission.permissionset.al
34 lines (34 loc) · 1.24 KB
/
GLCAllPermission.permissionset.al
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
permissionset 76000 GLCAllPermission
{
Assignable = true;
Permissions = tabledata "GLC Category" = RIMD,
tabledata "GLC Cue" = RIMD,
tabledata "GLC Subcategory" = RIMD,
tabledata "GLC Test Result" = RIMD,
tabledata "GLC Test Step" = RIMD,
table "GLC Category" = X,
table "GLC Cue" = X,
table "GLC Subcategory" = X,
table "GLC Test Result" = X,
table "GLC Test Step" = X,
codeunit "GLC Check Runner" = X,
codeunit "GLC Customer Block" = X,
codeunit "GLC Demo Filler" = X,
codeunit "GLC Demo Result" = X,
codeunit "GLC GL Install" = X,
codeunit "GLC GL Validate Acc. Type" = X,
codeunit "GLC Installation" = X,
codeunit "GLC Item Block" = X,
codeunit "GLC Item Positive Adjustment" = X,
codeunit "GLC Items Install" = X,
codeunit "GLC Result Handler" = X,
codeunit "GLC Sales Install" = X,
codeunit "GLC Utilities" = X,
page "GLC Activities" = X,
page "GLC Categories List" = X,
page "GLC Category Card" = X,
page "GLC Role Center" = X,
page "GLC Subcategories" = X,
page "GLC Test Result List" = X,
page "GLC Test Steps" = X;
}