cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add attributes to Excel Template and Excel File Export in PCM ?

Former Member
0 Kudos
674

Hi ,

We wanted to know how we would be able to add custom attributes of Product to the Excel Template and Excel File Export in PCM ?

Suppose we have added a custom attribute "Color" to the existing Product type , I want it to appear in the list of attributes when we choose to export excel.

We did check out all the links available on help.hybris. Can anybody help us with this ?

Thanks,

Tejaswini

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I could do it by writing a custom translator for the attribute.

When the export option is clicked it hits the translator's canHandle() method and if it finds your custom attribute, then it adds it to the export list of attributes.

Regards,

Manoj

Former Member
0 Kudos

Did you find any (alternative) solution ? I have the same requirement and OOTB seems not configurable