The Zurich release has arrived! Interested in new features and functionalities? Click here for more

I want to hide the check box if I select the current user on the catalog item.

dhineshkumar
Tera Guru

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.

dhineshkumar_0-1693325986408.png

 

1 ACCEPTED SOLUTION

Aman Kumar S
Kilo Patron

Hi @dhineshkumar ,

In the UI policy condition you can write something as.

On Behalf of - Is - javascript:gs.userID()

for example:

AmanKumarS_0-1693327775415.png

 

 

And now you can have UI policy action in place for the checkbox.

 

Best Regards
Aman Kumar

View solution in original post

1 REPLY 1

Aman Kumar S
Kilo Patron

Hi @dhineshkumar ,

In the UI policy condition you can write something as.

On Behalf of - Is - javascript:gs.userID()

for example:

AmanKumarS_0-1693327775415.png

 

 

And now you can have UI policy action in place for the checkbox.

 

Best Regards
Aman Kumar