Hiding choice field values in List view

Pihu1
Tera Contributor

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 

4 REPLIES 4

Harsh Vardhan
Giga Patron

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

Can you tell me the third way in detail.

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. 

 

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.