Redirection in Portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 09:43 PM
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
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 10:21 PM
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 :