Cannot sort by field because it is from a one-to-many record relationship

Certified Senior Developer

Hello Folks,

I have a case when data need to be sorted in one to many relationship. 

For example: There is a grid where one column is not sorted because it has one-to-many record relationship. However, I cannot change the relationship. Can anyone guide me on this please?

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to venkat Avuluri

    I have checked but there is one thing.
    For example I have three records.

    Parent table: Employee

    second table: Employee links

    third table: Department name

    One is parent table and need to show all the fields in a grid from a parent table except one field coming from third table.

    Parent table has one to many relationship with second table and that second table has other relationship many-to-one with third table.

    That one field is coming from third table. What to do in this case? I cannot render the grid data from child table.

Children