Skip to content

Commit

Permalink
fixed: missing objects in permissionset files
Browse files Browse the repository at this point in the history
  • Loading branch information
plakna committed Oct 16, 2024
1 parent 5b37b92 commit 8853f1a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ permissionset 6610 "FS - Edit"
tabledata "FS Work Order Product" = IMD,
tabledata "FS Work Order Service" = IMD,
tabledata "FS Work Order Substatus" = IMD,
tabledata "FS Work Order Type" = IMD;
tabledata "FS Work Order Type" = IMD,
tabledata "FS Booking Status" = IMD,
tabledata "FS Incident Type" = IMD;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,32 @@ permissionset 6612 "FS - Objects"
Assignable = false;
Caption = 'Field Service - Objects';

Permissions = codeunit "FS Assisted Setup Subscriber" = X,
Permissions = codeunit "FS Archived Service Orders Job" = X,
codeunit "FS Assisted Setup Subscriber" = X,
codeunit "FS Data Classification" = X,
codeunit "FS Install" = X,
codeunit "FS Integration Mgt." = X,
codeunit "FS Int. Table Subscriber" = X,
codeunit "FS Integration Mgt." = X,
codeunit "FS Lookup FS Tables" = X,
codeunit "FS Setup Defaults" = X,
page "FS Bookable Resource List" = X,
page "FS Connection Setup" = X,
page "FS Connection Setup Wizard" = X,
page "FS Customer Asset List" = X,
page "FS Item Avail. by Location" = X,
page "FS Posted Serv. Inv. Lines API" = X,
page "FS Posted Service Invoice API" = X,
page "FS Work Order Types" = X,
page "FS Work Orders" = X,
query "FS Item Avail. by Location" = X,
table "FS Bookable Resource" = X,
table "FS Bookable Resource Booking" = X,
table "FS BookableResourceBookingHdr" = X,
table "FS Booking Status" = X,
table "FS Connection Setup" = X,
table "FS Customer Asset" = X,
table "FS Customer Asset Category" = X,
table "FS Incident Type" = X,
table "FS Project Task" = X,
table "FS Resource Pay Type" = X,
table "FS Warehouse" = X,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ permissionset 6611 "FS - Read"
tabledata "FS Work Order Product" = R,
tabledata "FS Work Order Service" = R,
tabledata "FS Work Order Substatus" = R,
tabledata "FS Work Order Type" = R;
tabledata "FS Work Order Type" = R,
tabledata "FS Booking Status" = R,
tabledata "FS Incident Type" = R;
}

0 comments on commit 8853f1a

Please sign in to comment.