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

Hi , 

once user opens the form , it should give a popup message and it should redirect to a portal itself

Thank you!

Hi,

which form?

user opens record producer then what should happen?

will user not submit record producer?

Regards
Ankur

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

Hi ,

When user opens the record producer,it should not allow user to fill any information ,

it should give a alert message(currently not available) and it should redirect to  a url

(ex-www.wind.service-now.com/legal)

could you please suggest the syntax for windows tab.

Thank you !

 

 

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