I I am unable to see state value on list view and i can see on form

Hareesha
Tera Contributor

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.

7 REPLIES 7

Ratnakar7
Mega Sage
Mega Sage

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:

  1. Go to the list view for the custom table.
  2. Click on the gear icon and select Configure.
  3. 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.
  4. 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

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

Sandeep Rajput
Tera Patron
Tera Patron

@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.

Screenshot 2023-04-28 at 9.52.47 PM.png

Screenshot 2023-04-28 at 9.54.26 PM.png

Hope this helps

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