cancel
Showing results for 
Search instead for 
Did you mean: 

How to show all attributes of relational Item(B) when searched upon advanced search for an item(A) in backoffice?

0 Kudos

Company( Item A) has one to many relationship with Department(Item B) In above scrrenshot,when searched upon Company,all the attributes of Department relational item should be displayed in listview.

How can we achieve the above scenario?

Thanks,Abhishek

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member638520
Contributor
0 Kudos

Hi Abhishek,

It's not possible to search by properties which don't belong to particular type. In other word, if you have object NestedObject with the following properties: prop1 and prop2, and NestedObject is a member of ParentObject, you cannot search by ParentObject.prop1 or ParentObject.nestedObject.prop1

Regards,

Lukasz