- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 11:20 PM
Hello Community,
I have a requirement as below :
I wish to hide custom UI action on change record table. Whenever the condition is 'Subject to Gxp == Yes' the ui action must disable/hide.
I have the below code prepared for it :
The issue is it only hides the top button and not the bottom button. I even tried querying the button itself but no luck 😞
Please help me achieve this requirement ...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 11:29 PM
Set the condition in the condition field of the UI Action not via client script. (current.subject_to_gxp == 'No')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 11:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2022 02:02 AM
Condition is not working in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2023 01:18 AM
I have an out of the box UI action where I have conditions already mentioned and it is not allowing to type further code in this field, how can I accomplish the similar requirement in this case?