Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

List to display HR cases having logged in user's skills in HR agent workspace

Vasu ch
Kilo Sage

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?

 

Vasuch_0-1727708395348.png

 

 

1 ACCEPTED SOLUTION

@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.

View solution in original post

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@Vasu ch Out of the box it is not possible to add script here.

@Sandeep Rajput Okay. Is there any other way to achieve this requirement?

@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.

It worked. Thanks.