Remove Approve button from List View for one category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 05:01 AM
Hi All,
I have a requirement that I wanted to hide the approve button only for one category in list view on agent workspace. When approver clicks on the checkbox, approve button needs be to disabled or removed because the approval process is different which I have achieved through flow designer, but due to this action rest of the approval process are getting skipped.
Anyone worked on this please help me with the steps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 05:33 AM
That's not going to work. You have a button that will approve all selected records from a list. A list can have all kinds of different category records, so hiding it when a record has a certain category on the list, will be impossible.
You could get into the code of the button to make sure it doesn't apply to the records with that category, so it only works on the others (which you also still want it to, right)?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark