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.

Hide one assignment group from INC, CHG and PRB forms from assignment group list view.

Vaishnavi35
Tera Guru

Hi,

 

There is one assignment group I want to hide from the list view of Incident, change, problem forms.

I want to see that Group only on Requested item and Catalog task.

Help?

I am trying to update the existing Dictionary Entry Override on Incident table but it does not get saved.

Vaishnavi35_0-1720116917183.png

 

"+'name!=Project Creation'; " adding this to the existing dictionary override is showing all inactive assignment type groups in the list view. Its not showing any active assignment groups!

Anything wrong here?

 

Thanks,

Vaishnavi

1 ACCEPTED SOLUTION

Vaishnavi35
Tera Guru

javascript:backfillAssignmentGroup()+'^active=true'+'^name!=Project Creation'; - this worked.

View solution in original post

3 REPLIES 3

Yashsvi
Kilo Sage

Hi @Vaishnavi35,

please check below link:

https://www.servicenow.com/community/itsm-forum/hiding-incident-fields-based-on-roles-or-assignment-...

Thank you, please make helpful if you accept the solution. 

This requirement is completely different to what i want.

I have tried rearranging it but still it does not work .

javascript:backfillAssignmentGroup()+active=true^name!=Project Creation

Vaishnavi35
Tera Guru

javascript:backfillAssignmentGroup()+'^active=true'+'^name!=Project Creation'; - this worked.