Where do you define the next screen to transition to in WorkSpace?

Sara Kiyono
Tera Contributor

Hi,

Where do you define the next page to transition to in WorkSpace?

When displaying certain data in a GRC task, it transitions to a page called “record-summary,” but I want to change that to the “record” page.
I checked the GRC task in the UI Builder, but I couldn't figure out how to define the transition destination page.

 

If anyone knows, please let me know!


↓record-summary page(As-Is)

record-summary page.png

↓record page(To-Be)

record page.png

 

 

 

2 REPLIES 2

ankitbanerj
Tera Expert

Hi @Sara, try to use this helper module in ui builder

 

helpers - helpers.navigate.to(String route, Object fields, Object params, Boolean redirect, Boolean passiveNavigation, String targetRoute)

Best regards,
Ankit B


If this solution worked for you, kindly mark it as Accepted Solution and give it a Helpful rating to support the community.

Rafael Cardoso
Tera Guru
Tera Guru

I wouldn’t recommend doing that. You can technically change the name in the UI experience but I’m not sure of the full impact it might bring. For instance you've already a experience with the same name; ServiceNow upgrades the UI experience, you could miss out on updates or even run into issues because of the change; among others.

RafaelCardoso_0-1755677222784.png

 

Raf


Helpful post? Don’t forget to bookmark it, give it kudos, or mark it as the answer to help the community grow!