Export to excel for large data set which is to be retrieved from 2 data entities

I have a need to use export to excel functionality feature for a report where data is supposed to retrieved from multiple(2) cdt.

Also, the dataset is extremely large.

What approach should i go for?

  Discussion posts and replies are publicly visible

Parents
  • Hi Mohit,

    As other suggested, You can use view for that. If you have huge data then you can have show the confirmation UI to the user saying that "Data loading into excel is in progress. You will get an email or task assigned once it complete. So that you can trigger the Export to Excel process asynchronously. Once data is ready then you can either email to user or assign fresh task to user with the document.
Reply
  • Hi Mohit,

    As other suggested, You can use view for that. If you have huge data then you can have show the confirmation UI to the user saying that "Data loading into excel is in progress. You will get an email or task assigned once it complete. So that you can trigger the Export to Excel process asynchronously. Once data is ready then you can either email to user or assign fresh task to user with the document.
Children
No Data