Need to hide related list action"new" in servicenow workspace

shrngikaG
Tera Contributor

I am able to hide this "new" related action .from " Action Exclusion " in related list on Action assignment.

but the thing is I have made two list categories on the basis of group type.let suppose 1 is "XYZ" type and second is "ABC" type . so Need to hide only from one type.

any one having idea please help me on this.

3 REPLIES 3

Community Alums
Not applicable

Hi @shrngikaG 

Have you tried Script Condition?

If not verify with the one line script:  current.group.type == "ABC"

 

Ankur Bawiskar
Tera Patron
Tera Patron

@shrngikaG 

if the UI action is on group table then you can use type in the condition field

what did you try so far?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

no type field is not there in action assignment.so it is achievable now through script include call in condition box. Thank you.