Is it possible to make a UI action visible to only the user in a certain field? (Tokyo)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 04:27 PM
Greetings, everyone.
I'm addressing a business requirement that one particular UI action must be visible only to the user in the "Assigned to" field, but not to anyone else. Would anyone be kind enough to give me some guidance on what I should put in the "Condition" field of this UI action?
Thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 04:34 PM
Hi,
You can put condition in your ui action
current.assigned_to=gs.getUserID();
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 05:22 PM
Hi,
Thanks and Regards,
Saurabh Gupta

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 08:29 PM
Hi @C_dric Chen
You can use this condition:
current.assigned_to== gs.getUserID();
Let me know if it helped.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 09:28 PM
I think this is possible, my UX brother designs one and actually got it to work in the way you said it was. im gonna ask him about it and see how he actually got it up and running. this is why I believe that we can all understand that the designs must actually collaborate with the UI workers as well