I have a record type that's based on a data type which has a nested CDT as o

I have a record type that's based on a data type which has a nested CDT as one of its fields, and I'd like to allow users to search this record list based on a field of the nested CDT. For example, let's say that my entity-backed record type is based on a CDT called Car, and one of the fields of the Car CDT is "owner", which is of the type Person. The CDT Person has a text field called "name".

How can I configure the list view item for the Car record type so that the user is able to use the search box to search based on the field rf!owner.name? Is this even possible?

OriginalPostID-206205

OriginalPostID-206205

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data