Views:
Issue: I can't see data in certain columns in entity views
Reason: This error is occurring due to mismatch of column names between the layoutxml and fetchxml in the view ODATA file (OrgUrl/api/data/Dynamics 365 version/savedqueries(ViewId)).
Resolution: To resolve this issue, you must remove and add back the column that is causing this error. This will ensure that the column names in layoutxml and fetchxml are matched.
 Note: Before you start resolving the issue, take note of the view for which this error is occurring.
  1. Go to Settings > Customizations > Customize the System.
  2. Select the entity > Views and select the view that has this error. In this example, we're selecting the entity Account and view as Accounts Being Followed.
Choose a view from the entity.
  1. Select More Actions > Edit.

The view edit page opens.


Edit a view.

  1. Select the column that is causing the issue and select Remove. In this example, we select the column Email (Primary Contact) to remove.
Remove column from view.
The column is removed from the view.
  1. Add back the column that you've deleted. Select Add Columns and read the column that you removed. In this example, we're adding the column Email (Primary Contact) that was removed.

Adding back the removed column.


The data in the columns is displayed properly.