cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize export csv action ?

Former Member
0 Kudos

Can anyone guide me on customizing export csv action on backoffice ?

I want to export only specific columns not all.

Regards Prashanth

Former Member
0 Kudos

Which Hybris version are you using? In the latest releases (I think from 6.6 or 6.7) it is possible to export excel files and define columns to export. In the previous versions such feature is not available and customizing csv export will require some manual coding.

Former Member
0 Kudos

We are using 6.3 version, we have export icon only for admin user in backoffice and we want to emulate same for other users with few attributes. Could you please help me to achieve this? How to utilize ExportCsvAction class ?

0 Kudos

hi piotr, I am using hybris 6.6. Can u help me how to customize it

Former Member
0 Kudos

Hi , I have the same issue, were you able to achieve it ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI, in 6.4 version after server restarted second time not able to open backoffice.please help me why not open?

former_member632755
Active Contributor
0 Kudos

Hi,

the only way would be to subclass the class of the action and apply custom logic (in a custom action).

Cheers, Wojtek

Former Member
0 Kudos

Yes, I agree but how to utilize the subclass where to inject ?