How to create a URL link type module(List category) in agent workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2023 07:04 AM
In Agent Workspace, We have a requirement to add a documentation link in List category/filter lists (module) so when that is clicked, it will open that link in next page. But when creating filter list, it was asking for table name , conditions etc but I want to add a url . Is this possible ? please help
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2023 07:13 AM
HI @RC19 ,
I trust you ared oing great.
To achieve your requirement, you can follow these steps:
- Create a new UI Page in ServiceNow. UI Pages are used to define custom user interfaces and can be embedded within ServiceNow modules.
- In the UI Page, you can define HTML content and add a hyperlink to your documentation link.
- Save the UI Page and remember the sys_id of the page.
Next, we need to modify the List category/filter lists module to include the documentation link.
- Go to the "List Layouts" module in ServiceNow.
- Edit the desired list layout or create a new one.
- In the list layout, locate the "List Controls" section.
- Add a new List Control by clicking on the "Add Control" button.
- In the configuration for the new control, set the "Type" as "URL".
- In the "URL" field, provide the URL of the UI Page you created earlier, including the sys_id as a parameter. For example: https://your-instance.service-now.com/$$ui_page_name.do?sys_id=your_ui_page_sys_id.
- Save the list layout.
Now, when users access the List category/filter lists module and click on the link you added, it will open the documentation link in a new page.
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 02:15 AM
Hi Amit,
Thanks for details explanation, If possible could you make one video how to achieve this practically in PDI.
Thanks & Regards,
Shiva.