- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Hello Everyone,
Explanation - If you need to redirect from the Agent Workspace list to a specific URL then that can be done via a List Action.
1. Create List Action of type Client Script
2. Use the below script in the list action
For Example —
function onClick() {
var win = top.window.open(“/now/workspace/agent/new_record/incident”, ‘_self’);
win.focus();
}
Note: The URL in this example will redirect to the Incident page within the Agent Workspace list view. URL can be changed based on requirements.
If my content helped you in anyway, please mark this content as BOOKMARK, SUBSCRIBE & HELPFUL
Best Regards,
Prashant Kumar (LearnIT)
YouTube Channel LearnIT: https://www.youtube.com/@learnitwithprashant
Blog LearnIT: https://medium.com/@LearnITbyPrashant
Prashant Kumar LinkedIn: https://www.linkedin.com/in/learnitbyprashant/
ServiceNow Community Prashant Kumar - https://www.servicenow.com/community/user/viewprofilepage/user-id/19635
- 1,288 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.