We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Redirection in Portal

pramodkumar
Tera Expert

Hi All,

We have a scoped app table records which users open in form view in portal. They can only see "save" button in portal and clicking on it will stay on same form. How can we redirect to new page after clicking save?

 

 

Thanks! 

1 REPLY 1

Not applicable

Hi @pramodkumar ,

You will need to open this "Save" UI Action and go to the script section and add your conditions, but make sure this save button used elsewhere should not be impacted.

On your script you can use " window.open(url) "

Example :

SandeepDutta_0-1711516860214.png