- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 09:36 PM
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 .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 10:00 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 09:50 PM
Hi ,
once user opens the form , it should give a popup message and it should redirect to a portal itself
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 09:52 PM
Hi,
which form?
user opens record producer then what should happen?
will user not submit record producer?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 09:54 PM
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 !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 10:00 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader