Case view - Button visible/not visible
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 04:31 PM
Hi All ,
Have a requirement where on case form view, a button "Manager Approval" need to be hidden when location is empty.
For this I created a UI action on Case table where I am checking for location if nil() in condition. This works as expected where if location is blank on case, the button "Manager Approval" is not visible and when a case contains location "Manager Approval" button is shown.
The requirement is when the user selects location on the blank location field, the button "Manager Approval" should re-appear. Please guide on how to achieve this.
TIA