Hiding Fields in Mobile Screen

It is now possible to hide fields for certain userGroups in the FSM mobile app.

 

How to achieve this:

  1. Select the ScreenConfiguration of the object in which you want to hide a field for a specific userGroup

    mceclip11.png

  2. Select a field on a pannel and navigate to advanced Settings:
    mceclip2.png

    mceclip4.png

  3. Add the following statement in the visible expression:
    ${currentProfile.userAccountGroupName} === 'USERGROUP'
  4. After saving via the tick at the top right, the visibility of the fields depends on the user group

Example:

The activity type should only be visible to the userGroup 'Admin (pre-configured)'. Without the customisation every userGroup can see the activity type:

mceclip7.png

To show this field only to the userGroup 'Admin', we need to add the above statement to the visible expression: 

mceclip10.png

If we now go into the app, we can see that after synchronisation with a user who uses a different userGroup, the field 'activity.type' is not visible: 

mceclip8.png

 

 

 

Was this article helpful?
2 out of 2 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.