on 2022 May 16 4:38 PM
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>
Request clarification before answering.
User | Count |
---|---|
19 | |
5 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.