Skip to content

Commit

Permalink
Fixed permission error when sending E-Document (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
paracontinia authored Oct 14, 2024
1 parent b37612a commit a50a7b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ codeunit 6393 "Api Requests"
Permissions = tabledata "Network Profile" = rimd,
tabledata "Network Identifier" = rimd,
tabledata "Participation" = rimd,
tabledata "Activated Net. Prof." = rimd;
tabledata "Activated Net. Prof." = rimd,
tabledata "E-Document" = m;

#region Get Network Profiles from Continia Delivery Network Api

Expand Down

0 comments on commit a50a7b6

Please sign in to comment.