The CreatorCon Call for Content is officially open! Get started here.

redirection to a url in a record producer

Angel27
Tera Contributor

Hi , 

How we can redirect to a url in a record producer ?

producer.redirect is not working , 

could anyone please explain the syntax (for windows tab)

Thank you .

1 ACCEPTED SOLUTION

then why record producer will be shown?

if you still require then create onLoad catalog client script and use this to redirect

function onLoad(){

	var url = 'www.wind.service-now.com/legal';
	top.location.href = url;

}

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

record producer redirects to the target record

from where you want to redirect either portal or native?

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi ,

portal 

Thank you !

where you want it to be redirected once record producer is submitted in portal?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

you can check this

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader