Hi Team , I have "Assign to" Ui action in RITM form but I want access that button only assignment me

AA6
Tera Contributor

Hi Team , I have "Assign to" Ui action in RITM form but I want access that button only assignment members  please Help.

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

In the UI action condition, you can try with below condition

current.assignment_group!='' && gs.getUser().isMemberOf(current.assignment_group)


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

2 REPLIES 2

SanjivMeher
Kilo Patron
Kilo Patron

In the UI action condition, you can try with below condition

current.assignment_group!='' && gs.getUser().isMemberOf(current.assignment_group)


Please mark this response as correct or helpful if it assisted you with your question.

Ankur Bawiskar
Tera Patron
Tera Patron

@AA6 

you can use this in the UI action condition

gs.getUser().isMemberOf(current.assignment_group)

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