I I am unable to see state value on list view and i can see on form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2023 07:49 AM
I have a custom table and on it state field is available. I have introduced a Draft State. I can see the value on form but not on list view. can anyone suggest the root cause for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2023 09:09 AM
Hi @Hareesha ,
The most common reason for this issue is that the state field is not added to the list view. Please check the list view configuration and make sure that the state field is added to the list view.
To add the state field to the list view, you can follow these steps:
- Go to the list view for the custom table.
- Click on the gear icon and select Configure.
- In the Configure List Layout dialog box, select the State field from the Available Columns list and click the right arrow button to move it to the Selected Columns list.
- Click Save to save the changes.
Once you add the state field to the list view, you should be able to see the values for the state field in the list view. If the issue persists, please check if there are any client scripts or UI policies that might be hiding the state field in the list view.
Thanks,
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2023 09:32 AM
I can able to add state field to list view ,the problem is existing records which are of state Draft, I cannot see Draft value in list view. In list view it's showing empty

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2023 09:26 AM
@Hareesha If the column is not visible on the list than most probably it is not added into the layout. Use the following steps to add it into the list layout.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2023 09:32 AM
I can able to add state field to list view ,the problem is existing records which are of state Draft, I cannot see Draft value in list view. In list view it's showing empty for Draft records