2019 Sep 16 3:05 PM - edited 2024 Feb 03 5:23 PM
Hi all,
I'm trying to enable an excel export option for B2BCustomers from backoffice using the below code, but how can I export additional attributes to the excel along with those getting exported by default.
<context type="B2BCustomer" merge-by="type" component="cslistviewactions" module="customersupportbackoffice">
<y:actions xmlns:y="http://www.hybris.com/cockpit/config/hybris" xmlns:list-view="http://www.hybris.com/cockpitng/component/listView">
<y:group qualifier="common">
<y:action action-id="com.hybris.backoffice.widgets.actions.excel.export"
property="pageable.typeCode">
<y:name>actionName</y:name>
<y:parameter>
<y:name>actionName</y:name>
<y:value>label.export.excel</y:value>
</y:parameter>
<y:parameter>
<y:name>selectedObjects</y:name>
<y:value>selectedItems</y:value>
</y:parameter>
</y:action>
</y:group>
</y:actions>
</context>
Request clarification before answering.
| User | Count |
|---|---|
| 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.