Skip to content

Commit a50a7b6

Browse files
authored
Fixed permission error when sending E-Document (#3)
1 parent b37612a commit a50a7b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Apps/W1/EDocumentsConnector/app/src/Continia/API Requests/APIRequests.Codeunit.al

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ codeunit 6393 "Api Requests"
1616
Permissions = tabledata "Network Profile" = rimd,
1717
tabledata "Network Identifier" = rimd,
1818
tabledata "Participation" = rimd,
19-
tabledata "Activated Net. Prof." = rimd;
19+
tabledata "Activated Net. Prof." = rimd,
20+
tabledata "E-Document" = m;
2021

2122
#region Get Network Profiles from Continia Delivery Network Api
2223

0 commit comments

Comments
 (0)