I want to hide UI Action related link on form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
I want to hide 'Create Task Action' link from the 'u_deal_desk_tasks' custom form, but i am not able to do that,
I have added following conditions in UI Action Condition -
current.getTableName() != 'deal_desk_task' ,
!(current.getTableName() == 'u_deal_desk_tasks'),
g_form.getTableName() != 'u_deal_desk_tasks',
Use all of the above conditions but not work.
Need to hide this -
Current UI Action-
Please help me with the solution.
Thank You!
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hello @MayurChaudhari
Instead of adding the conditions, simply you can override the UI action and make it as Active = false and save it.
