cancel
Showing results for 
Search instead for 
Did you mean: 

How can i create a list-view of subchild object?

tpizarro93
Explorer
0 Kudos
268

I have an Object named Order, that contains a list of objects (List<OrderEntry>) and that list have the list of objects i need (List<OrderEntryItem). In my backoffice-config.xml i have this config:

There is a way to create another list with the subitems? It must be in the context with type order.

<context parent="GenericItem" type="Order" component="cs-editor-area">
<editorArea:editorArea name="Order editor area">
<editorArea:tab name="customersupportbackoffice.order.tab.details">
<editorArea:section name="customersupportbackoffice.section.order.entry.hierarchy.linedetails">
<editorArea:panel name="customersupport_backoffice_lineEntryDetails_panel">
<editorArea:attribute
editor="com.hybris.cockpitng.editor.extendedmultireferenceeditor"
qualifier="entries" readonly="true">
<editorArea:editor-parameter>
<editorArea:name>listConfigContext</editorArea:name>
<editorArea:value>referenceListViewOrderEntry</editorArea:value>
</editorArea:editor-parameter>
</editorArea:attribute>
</editorArea:panel>
</editorArea:section>
</editorArea:tab>
</editorArea:editorArea>
</context>

Accepted Solutions (0)

Answers (0)