cancel
Showing results for 
Search instead for 
Did you mean: 

How can fetch all the attribute from relations qualifier's name to show in the list view.

Former Member
0 Kudos

For Ex. I have a relation from my item to another item and the second item's qualifier name is "abc". I want to fetch the attribute from "abc" and wanted to show this in list view.

Accepted Solutions (1)

Accepted Solutions (1)

former_member632755
Active Contributor
0 Kudos

Hi,

you will have to create a custom label provider for which you may pass a qualifier that uses the dot notation (attr1.attr2.attr) that may be resolved for you (the extraction may be done for you) or you may process it as it is. See the documentation here (@auto-extract).

Cheers, Wojtek

Answers (0)