cancel
Showing results for 
Search instead for 
Did you mean: 

How to export relational attribute to excel sheet using export action

sumit_rajan
Associate
Associate
0 Kudos
1,018

Hi Experts,

I want to export relational attributes to excel sheet with export action from backoffice. For example : I have an item type Product and it has an attribute ratePlan, which is another item type and also there is one to many relation between product and rate plan. But when i try to export the product data to excel sheet, i am getting the value of ratePlan empty. Can someone please help me in solving this issue.

Regards,

View Entire Topic
former_member638520
Contributor
0 Kudos

Hi ,

I would recommend to implement you own com.hybris.backoffice.excel.translators.ExcelValueTranslator and then registering it in excelTranslators bean.

Regards,

Łukasz