Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

create dynamic filter to show tasks in one of my groups created by user not in one of my groups

CarlMorch
Tera Contributor

Wanting to add a dynamic filter (available on any task table) so itil user can filter a list to only show the tasks in one of their groups that were not created by someone in those assignment groups, ie created by users outside of the assignment group on the task.

I'm assuming best way is to create a dynamic filter?

1 REPLY 1

Tsura Andreeva
Mega Sage

here is an idea

javascript:new groupMember().getMember("Your Group Name");

TsuraAndreeva_0-1725392648263.png

 

if you need to create the function for the call

https://www.servicenow.com/community/itsm-articles/get-group-members-function-business-rule/ta-p/231....