cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Customize the attribute field in a n-m relation of the Backoffice

Former Member
0 Kudos
299

Hello guys, I want to customize a field get in the backoffice (n-m relation) with a more readable attribute. Here you are a picture about this:

In this case, I want to show the name category for example.

Thanks in advance. Regards, Ismael

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos
 <context type="Your itemtypecode here" component="base" merge-by="type" parent="GenericItem">
     <y:base>
         <y:labels>
             <y:label>
                 tagName 
             </y:label>
         </y:labels>
     </y:base>
 </context>
Former Member
0 Kudos

Thanks so much! Its works :D

Answers (0)