Notifications
Clear all

Export support for a report with One.MultiColumnTreePlugin?

1 Posts
1 Users
0 Likes
928 Views
0
Topic starter

What explicit handling is required to support export for a report having One.MultiColumnTreePlugin?

1 Answer
0
Topic starter

Platform framework adds paging params by default to the query for the handlers extending BaseReportHandler

But in a report having One.MultiColumnTreePlugin, you are supposed to explicitly add the paging params which is will cause export to fail becuase export handler is not setting the paging param values.

Solution is your custom handler should extend com.transcendsys.platform.server.report.CustomPagingAndSortingReportHandler instead of BaseReportHandler.