After submitting my record producer, redirect to custom page

VullankiL
Tera Contributor

Hi,

currently, I created a record producer, after submitting record producer, it is going to generated task record by default.

 

But after submitting I want to redirect to a custom page. How can I achieve this?

Thank you

2 ACCEPTED SOLUTIONS

Sandeep Rajput
Tera Patron
Tera Patron

@VullankiL You can use the record producer script to redirect the user to a specific page on platform view or backed.

 

View solution in original post

Hi @VullankiL , 

 

producer.portal_redirect = "sp?id=sc_home"

 

The above code should work when you place in producer script.

 

If it is not working please try below approach for portal which is provided by ServiceNow.

 

You can modify "SC Catalog Item" OOB widget:

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0855379

 

if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Thanks & Regards,

Sumanth Meda

View solution in original post

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@VullankiL You can use the record producer script to redirect the user to a specific page on platform view or backed.

 

Hi @Sandeep Rajput,
Then what I have to keep in Record producer redirect to field.
And where I have to add this service portal code.
Thank you,

Hi @VullankiL , 

 

producer.portal_redirect = "sp?id=sc_home"

 

The above code should work when you place in producer script.

 

If it is not working please try below approach for portal which is provided by ServiceNow.

 

You can modify "SC Catalog Item" OOB widget:

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0855379

 

if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Thanks & Regards,

Sumanth Meda

@VullankiL On your record producer form, in What it will contain section you will find the script field. You can add the URL of your page there.

 

Screenshot 2024-08-13 at 8.32.16 PM.pngScreenshot 2024-08-13 at 8.32.38 PM.png