- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:20 AM - edited 08-29-2023 09:27 AM
Hi Experts
I want to hide the check box if current user on the on behalf of variable how to achieve this task through UI policy.
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:50 AM
Hi @dhineshkumar ,
In the UI policy condition you can write something as.
On Behalf of - Is - javascript:gs.userID()
for example:
And now you can have UI policy action in place for the checkbox.
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:50 AM
Hi @dhineshkumar ,
In the UI policy condition you can write something as.
On Behalf of - Is - javascript:gs.userID()
for example:
And now you can have UI policy action in place for the checkbox.
Aman Kumar