-
Notifications
You must be signed in to change notification settings - Fork 696
Expand file tree
/
Copy pathEDocCoreObjects.PermissionSet.al
More file actions
105 lines (104 loc) · 4.67 KB
/
EDocCoreObjects.PermissionSet.al
File metadata and controls
105 lines (104 loc) · 4.67 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument;
using Microsoft.eServices.EDocument.IO;
using Microsoft.eServices.EDocument.Integration.Payments;
using Microsoft.eServices.EDocument.IO.Peppol;
using Microsoft.EServices.EDocument.OrderMatch;
using Microsoft.EServices.EDocument.OrderMatch.Copilot;
using Microsoft.eServices.EDocument.Service.Participant;
using Microsoft.eServices.EDocument.Payments;
permissionset 6100 "E-Doc. Core - Objects"
{
Assignable = false;
Access = Internal;
Caption = 'E-Document Core - Objects';
Permissions = table "E-Document" = X,
table "E-Doc. Data Storage" = X,
table "E-Document Log" = X,
table "E-Document Integration Log" = X,
table "E-Doc. Mapping" = X,
table "E-Doc. Mapping Log" = X,
table "E-Document Service" = X,
table "E-Document Service Status" = X,
table "E-Doc. Service Data Exch. Def." = X,
table "E-Doc. Service Supported Type" = X,
table "E-Doc. Order Match" = X,
table "E-Doc. Imported Line" = X,
table "E-Doc. PO Match Prop. Buffer" = X,
table "Service Participant" = X,
table "E-Document Payment" = X,
codeunit "E-Document Import Job" = X,
codeunit "E-Doc. Integration Management" = X,
codeunit "E-Doc. Mapping" = X,
codeunit "E-Document Background Jobs" = X,
codeunit "E-Document Create Jnl. Line" = X,
codeunit "E-Document Create Purch. Doc." = X,
codeunit "E-Document Helper" = X,
codeunit "E-Document Processing" = X,
codeunit "E-Document Import Helper" = X,
codeunit "E-Document Log Helper" = X,
codeunit "E-Document Error Helper" = X,
codeunit "E-Document Log" = X,
codeunit "E-Doc. Export" = X,
codeunit "E-Document No Integration" = X,
codeunit "E-Document Subscription" = X,
codeunit "E-Document Update Order" = X,
codeunit "E-Document Workflow Setup" = X,
codeunit "E-Document Created Flow" = X,
codeunit "E-Document Get Response" = X,
codeunit "E-Document Workflow Processing" = X,
codeunit "E-Doc. Import" = X,
codeunit "E-Document Create" = X,
codeunit "E-Document Setup" = X,
codeunit "E-Document Install" = X,
codeunit "E-Doc. Recurrent Batch Send" = X,
codeunit "E-Doc. Get Basic Info" = X,
codeunit "E-Doc. Get Complete Info" = X,
codeunit "E-Doc. Data Exchange Impl." = X,
codeunit "E-Doc. DED PEPPOL External" = X,
codeunit "E-Doc. DED PEPPOL Pre-Mapping" = X,
codeunit "E-Doc. DED PEPPOL Subscribers" = X,
codeunit "Pre-Map Sales Cr. Memo Line" = X,
codeunit "Pre-Map Sales Inv. Line" = X,
codeunit "Pre-Map Service Cr. Memo Line" = X,
codeunit "Pre-Map Service Inv. Line" = X,
codeunit "EDoc PEPPOL BIS 3.0" = X,
codeunit "E-Doc. Line Matching" = X,
codeunit "E-Doc. PO AOAI Function" = X,
codeunit "E-Doc. PO Copilot Matching" = X,
codeunit "E-Doc. Attachment Processor" = X,
codeunit "Service Participant" = X,
codeunit "Payment Integration Management" = X,
codeunit "Empty Payment Handler" = X,
codeunit "Send Payment" = X,
codeunit "Receive Payments" = X,
codeunit "Get Payment Details" = X,
codeunit "Sync Payments Job" = X,
page "E-Doc. Changes Part" = X,
page "E-Doc. Changes Preview" = X,
page "E-Document Activities" = X,
page "E-Doc. Mapping Logs" = X,
page "E-Doc. Mapping Part" = X,
page "E-Document" = X,
page "E-Document Logs" = X,
page "E-Document Service" = X,
page "E-Document Services" = X,
page "E-Documents" = X,
page "E-Document Service Status" = X,
page "E-Document Integration Logs" = X,
page "E-Doc. Service Data Exch. Sub" = X,
page "E-Doc. Order Match" = X,
page "E-Doc. Order Line Matching" = X,
page "E-Doc. Imported Line Sub" = X,
page "E-Doc. Purchase Order Sub" = X,
page "E-Doc. Order Map. Activities" = X,
page "E-Doc Service Supported Types" = X,
page "E-Doc. PO Copilot Prop" = X,
page "E-Doc. PO Match Prop. Sub" = X,
page "E-Doc. Order Match Act." = X,
page "Service Participants" = X,
page "E-Document Payments" = X;
}