Skip to Content
0
Former Member
Jun 26, 2018 at 10:42 AM

Show value of attribute in other item type in HMC and Backoffice

382 Views

Hi, i'm trying to display a value stored on item type "customer" in item type "order" in HMC & BO. I have tried to use the "referenceeditor" tag but it does not seem to work. For ex

                       <attribute name="companyName">
                          <referenceeditor autoperform="true">
                              <preset targetattribute="owner" sourceattribute="customer"/>
                     </referenceeditor>
                        </attribute>


Does anyone have an solution to this? Since it fells wrong to create an dynamic attribute just to display an String value.