Export DTO data issue

Hello community,

I’m having an issue with exporting data of a m2m dummy field with a reference to a DTO. The dto data is displayed correctly in a panel, but the ‹ x-can-export=« true » › feature doesn’t work. However, when I change the ‹ x-target › attribute value to a domain model, like ‹ x-target=« com.axelor.apps.mymodule.db.MyEntity » ›, the export works as expected.

Should I implement my own custom export logic here or is there an Axelor-solution?

Code snippet:

public class MergedServiceDTO {
// related fields and their getters and setters
}