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
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
Hi
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!
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
Hi
I tested goToScreen("PersonWorkStatus"); and it works great.
In this demo I configured the tap event on the TASK record with goToScreen("PersonWorkStatus");
Cheers!
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
Hi
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!
Hey
This screen you created principal informations and tabs on the same screen.
How did you this separation of informations?
Hi
The main screen or header is screen type “Tab Parent”
And the tabs are defined with “Tab Parent” <screen name>
Cheers!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.