Record View Fails when we go to Feed view

Hi All,

 

I am facing a strange issue.In record, I have feed view  which was working fine, but Suddenly it starts throwing Error. When I checked the issue ,I come to know that they is a manual entry in the table which was null , and sorting was put on that field  for record View.

 

Even when I tested  the Query entity , it is able to fetch the data and gives proper result  but when it is mapped  to Feed view  it gives error due to that null value as sorting was put on that column ,So when I  just change the view from Feed to List ,with the same Sorting column the same is working fine .

Can any one help me understand why their is such dependency on Feed view.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    A Score Level 2
    in reply to aloks0189
    HI Alok,
    I understand your point, but here the primary key was present but the column on which the Sorting was put was null ,So it was breaking but same was not happening in list view ,so wanted to know what is difference between the underlined design of these 2 views that it works for one but breaks for other. As I also mentioned the Query is able to fetch the data , So their was not doubt about the primary key .