Question

FSM screen navigation

  • 9 February 2023
  • 4 replies
  • 48 views

Userlevel 1
Badge +7

Hi Team,

 

Is it possible to navigate from one screen to other screen in FSM?

 

Actual requirement is that once we save  the custom screen, it should open the same screen again with new data to be filled.

 

Regards,

AJAY


4 replies

Userlevel 4
Badge +9

Hi @ajayifs 

Unless you save the custom screen and do a refresh cache full, and assign that particular screen to a person/people who you want to view that screen, they won’t be able to see the new custom screen.

They will still see the old screen unless you specify them to the new custom screen. 


Hope this helps. 
Kalpa

Userlevel 1
Badge +7

Hi Kalpa,

 

Thanks for replying on it. Below is our exact requirement.

 

We open a new Task screen by clicking New in FSM. Now when we click on Save button, we want the new task screen to load again so that user can enter details for new task. We don’t want user to click on New button again. Please advise how best we can achieve such requirement.

 

Regards,

AJAY

 

 

Userlevel 4
Badge +9

Hi @ajayifs ,


I believe this required functionality can be achieved by utilizing client scripting. 


Thank
Kalpa 

Userlevel 1
Badge +7

Hi Kalpa,

 

Sure. Can you please advise how we can achieve this using client scriptin?. We tried using LaunchBrowser() but it opens the browser in a different window. Can we open it in the same window?

 

Also, how we can make sure in client script that if the task screen validation passes then only web browser should be launched.

 

 

Regards,

AJAY  

Reply