How to export data from a RecordType using a link

Hi,

Is there a way we can provide a link in an interface to download the data in an excel from a recordtype.

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to swapnar6405

    I suggested you one approach for the same on other post, but now since you don't want to use that OOTB export functionality, you can try what Mike has recommended.

    One of the implementation we have done in one of our project is to provide an export to excel button at top right of the grid which kicks a process on click and uses Export DSE to Excel service to generate document, a next screen is displayed to user which shows a confirmation message that your report has been successfully generated and has two options, to download the document or to send it to the user email. Of course it requires more work to be done but is also practical.

Children
No Data