- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 08:01 AM
Hi,
I have a requirement where I need to create a list in HR agent workspace which shows the HR cases having the skills of logged in user. I see in UX list we can only add the simple conditions but not script. Can anyone guide me here how can I do that?
Solved! Go to Solution.
- Labels:
-
Human Resources Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 09:02 AM
@Vasu ch You can try and create a dynamic filter https://www.servicenow.com/community/developer-articles/create-your-own-dynamic-filters/ta-p/2321052 and see if it can be used within the condition builder.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 08:07 AM
@Vasu ch Out of the box it is not possible to add script here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 08:30 AM
@Sandeep Rajput Okay. Is there any other way to achieve this requirement?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 09:02 AM
@Vasu ch You can try and create a dynamic filter https://www.servicenow.com/community/developer-articles/create-your-own-dynamic-filters/ta-p/2321052 and see if it can be used within the condition builder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 04:42 AM
It worked. Thanks.