function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NehaaNehaa 

Missing a field in creating a list view

Hi,

Our user is trying to create a new list view on a custom object. The user cannot see a field in the available options when filtering.
Where do I need to check for the permissions?

The user has read/edit permissions on that particular field.
Satish_SFDCSatish_SFDC
Check if the field is also added to the page layout. I am not sure if this will have any effect but you can give it a try.

Regards,
Satish Kumar

balaji_SFDCbalaji_SFDC
Hi Nehaa,


                 According to my knowledge go and check the field aceesibility settings on a particular object whether field is in hidden or editable for related user profile.
                         
         make sure if field is hidden then change the particular filed to visible

Hope this works.
Is it helpful mark it as a solution

Regards,
Venkatesh
Cyril ChampierCyril Champier
I had the exact same problem, and the problem was that my field was a "Long Text Area field" which is not supported as a filter
https://help.salesforce.com/apex/HTViewSolution?id=000175984&language=en_US
Jaya Prakash MerepalaJaya Prakash Merepala

I had the same issue with one of my 'Email' Type fields. The field is Hidden for everyone and since it's not being able to seen in List View filters.

I made the field Read-Only for required users it solved the problem.!