diff --git a/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSEdit.PermissionSet.al b/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSEdit.PermissionSet.al index 70b9c6083f..93dffb31ab 100644 --- a/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSEdit.PermissionSet.al +++ b/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSEdit.PermissionSet.al @@ -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; } diff --git a/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSObjects.PermissionSet.al b/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSObjects.PermissionSet.al index a9cac825a6..a6dceefbd2 100644 --- a/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSObjects.PermissionSet.al +++ b/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSObjects.PermissionSet.al @@ -10,11 +10,12 @@ 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, @@ -22,13 +23,19 @@ permissionset 6612 "FS - Objects" 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, diff --git a/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSRead.PermissionSet.al b/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSRead.PermissionSet.al index 1f4dda8f14..37019b5b1d 100644 --- a/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSRead.PermissionSet.al +++ b/Apps/W1/FieldServiceIntegration/app/src/Permissions/FSRead.PermissionSet.al @@ -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; }