Skip to main content
Solved

Quick Action Bar in custom standard mobile screen


Forum|alt.badge.img+7

Hi Experts!

 

Currently in FSM Mobile Client. The Debrief Overview screen has an action status bar. 

How do i create a custom standard screen and add that action status bar in the custom screen?

 

 

Best answer by BrianG

Hi @StejonatL ,

I’ve been away from FSM Mobile for awhile, so working off memory.  The Quick Action bar is a hard-coded feature.  All the buttons are only functional on the Overview and Notes screens.  The Status button is functional on coded or codeless screens in the Debrief Workflow.  The scripting that @SuryaSen mentioned works for hiding or showing the buttons, but there is no way to add quick action buttons to custom screens through configuration.  That would require significant code customization.

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img+3
  • Sidekick (Partner)
  • 9 replies
  • August 31, 2023

Hi,

One way is to make the status bar icons visible explicitly. You can use the following methods in the ‘Refresh’ client script for the custom screen:

setControlVisibility(‘QUICK_ACTIONBAR_STATUS’,true);

setControlVisibility(‘QUICK_ACTIONBAR_ATTACHMENT’,true);

setControlVisibility(‘QUICK_ACTIONBAR_NOTE’,true);

 

Create a client script with these 3 lines and add the script to the ‘Refresh’ event of the custom screen. 


Forum|alt.badge.img+6
  • Hero (Customer)
  • 41 replies
  • Answer
  • September 1, 2023

Hi @StejonatL ,

I’ve been away from FSM Mobile for awhile, so working off memory.  The Quick Action bar is a hard-coded feature.  All the buttons are only functional on the Overview and Notes screens.  The Status button is functional on coded or codeless screens in the Debrief Workflow.  The scripting that @SuryaSen mentioned works for hiding or showing the buttons, but there is no way to add quick action buttons to custom screens through configuration.  That would require significant code customization.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings