5

Is there any way to enable sorting on column which represents field of related entity?

For example, Case contains one lookup field - Contact. In view I added FullName and Email of Contact. Header in view of these two columns is not clickable (Sort is not enabled).

lazarus
  • 1,997
  • 3
  • 26
  • 44
  • There is no any 'sorting' options related on these fields. I'm pretty sure (90%) that this is not possible, but I need confirmation for 100% sure :) – lazarus Mar 01 '13 at 12:41

1 Answers1

0

No. Sorting is not possible for fields of a referenced entity. If you really need this, you have to build a custom view (html page) or for example a report

ccellar
  • 10,326
  • 2
  • 38
  • 56