Hiding choice field values in List view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 02:09 AM
Hi Community,
I need help in hiding choice field values in List view.
I have a drop-down field in a class ,I want to hide 3 drop-down values from the field in List view.
Any help would be greatly appreciated.
Thanks,
Pihu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 02:15 AM
as per my understanding, you wont be able to hide the option but you can use below method to restrict it. so user wont select or edit them on list view.
- Prevent users from editing the state field via a list_edit ACL
- Disable list editing for the list
- Create a business rule to prevent users from setting ticket to closed, do via UI action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 02:31 AM
Can you tell me the third way in detail.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 02:39 AM
third one would be applicable only if you have some certain condition which you always want to execute from list layout. then you can abort the form submission.
i would suggest here to make it read only from list view . that's the easy way to avoid the update on field from list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 03:19 AM
Hi,
Yes I have some condition based on which I need to hide some choice values.
Can you tell me in detail which BR i should write.