Settings area is missing in the Field Service Mobile app module navigation
This article provides a resolution for enabling the Settings area in the Field Service Mobile app module navigation pane.
Symptoms
The Field Service Mobile app module doesn't show the Settings area, blocking administrators from enabling the new experience.
Cause
The new mobile experience Settings toggle is available through a new navigation area that comes with the default Field Service Mobile app module. Users need write permissions on the FieldServiceSetting
entity to access this area. Default security roles like System Admin or Field Service Admin have that permission automatically. However, if customizations are made on the sitemap of the out-of-box Field Service Mobile app module, the Settings area might not show in some cases.
Resolution
First, check whether the sitemap area exists on the default Field Service Mobile solution layer but a customization layer overrides it:
- Sign in to Power Apps.
- Change to your environment and open the
fieldservice_patch_update
solution. - View the solution layers for the
msdyn_FSMobileSettingsArea
component in thefieldservice_patch_update
solution.
If you find that a customization layer on the sitemap is on top and overrides this area, use one of the following options to enable the Settings area:
Option 1: Remove the sitemap customization layer and manually customize it again
- Remove the unmanaged customization layer.
- Apply the sitemap customizations again.
Option 2: Manually add the Settings area and switch to the sitemap
Open your customized app in the app designer.
Enable areas and create a new area for the Field Service Mobile settings.
Create a new group for the mobile settings.
Add a new page to the group. Select URL for the content type.
Use
/main.aspx?etn=msdyn_fieldservicesetting&pagetype=entityrecord&id=e49c6117-5065-423f-8ab5-fcacfda85a04&formid=ee334fea-0cd5-471c-bb30-829f4511a59f
as the URL input.Add a subarea for new features.
- Under ID, expand Advanced settings and privileges.
- Select Add table privilege > Field Service Setting, and then select only the Write privilege.
Select Apply > Save and Publish.