Record Producer Redirection

vidhya_mouli
Tera Sage

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?

 

Screenshot 2025-07-03 10.41.45 AM.png

 

 

 

 

5 REPLIES 5

shubhamseth
Mega Sage

@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