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.