Resolved! Redirecting Users from a Catalog Item to Another URL in Service Portal
Hello Community,I have a requirement where, if a user tries to access a specific catalog item, they should be redirected to another URL.I created a client script for this "function onLoad() { window.location.href("www.youtube.com");}", and it work...