Skip to main content
Question

FSM Mobile - Hide Status icon on all screens

  • 18 June 2024
  • 2 replies
  • 27 views

Hi All,

Is there a way to hide the basline Status icon on every screen? I tried via the ‘Workflow Condition’, but that only works on Android, and not in iOS. The only way so far is adding it to the refresh script on every screen. But for some screens we don’t use refresh script, or we use the baseline script.

setControlVisibility("QUICK_ACTIONBAR_STATUS",false);

2 replies

Userlevel 3
Badge +7

Hi @drooij 

You need to use refresh scripts for all the screen to do this requirement.if not it should be customization.

 

Userlevel 7
Badge +26

Hi @drooij 

As @shalikakk mentioned, you need a refresh script on all screens to disable/hide the buttons.

Please note there were a few product bugs in past versions and the script failed to disable/hide the buttons.

Cheers!

Reply