Solved

Work Status menu

  • 13 February 2024
  • 5 replies
  • 49 views

Badge +5

Hi

We’re developing our own flavour of mobile App for use with FSM.

Any idea how I can, from a mobile script, pop-up/jump to the Work Status menu/screen?

Thanks

Paul

icon

Best answer by Shneor Cheshin 16 February 2024, 00:02

View original

5 replies

Userlevel 6
Badge +26

Hi @ganners 

Are you looking for this?

jumpBackToScreen("PersonWorkStatus");

For mobile clients, this function is used to jump back to the specified screen. 

goToScreen("PersonWorkStatus");

For mobile clients, specifies a screen in the app and navigates to it.

 

Cheers!

Badge +5

Hi

Thanks for the response I think this is the right path. Unfortunately I get an error when I try either of those methods. They are similar messages about codeless screens.

Thanks

Paul

 

Userlevel 6
Badge +26

Hi @ganners 

I tested goToScreen("PersonWorkStatus"); and it works great.

In this demo I configured the tap event on the TASK record with goToScreen("PersonWorkStatus");

 

 

Cheers!

Badge +5

Hi

Thanks. That isn’t the screen I am trying to access - that doesn’t seem to exist in my version anyway (6.0.15).

The screen I am trying to access is this one

Basically we are testing to see if the engineer is ON SHIFT and if they aren’t we would like to pop-to this screen.

Thanks

Userlevel 6
Badge +26

Hi @ganners  

This is not accessible via client script. I would not call it a screen as well, but a pop-up.

I would recommend that you create a custom screen for this purpose.

Cheers!

Reply