- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-19-2025 11:09 PM
Hi Team , I have "Assign to" Ui action in RITM form but I want access that button only assignment members please Help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-19-2025 11:16 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-19-2025 11:16 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-19-2025 11:16 PM
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.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader