Record Producer Redirection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 01:46 AM
We have a record producer that will be used across different portals and we need to redirect it to a specific page.
Script:
producer.portal_redirect = "?id=form&table=sn_customerservice_deliveries&sys_id=" + current.sys_id + "&view=sp";
This works fine in business_portal. However in esc portal I get this error. Any suggestion what is wrong here?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 01:09 AM
@vidhya_mouli Try this ''
producer.portal_redirect = "?id=form&table=sn_customerservice_deliveries&sys_id=" + current.sys_id + "&view=sp";
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
