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
  • 0
    Certified Lead Developer

    In general this implementation is pretty easy to do with a "2-click" setup -- first the user will click a button or link to generate the export file (i recommend having a button for this because buttons can use the "loading indicator" functionality to show the end user that something is processing), then after the generation is complete, offer them a Document Download Link serving the newly-generated document.

Reply
  • 0
    Certified Lead Developer

    In general this implementation is pretty easy to do with a "2-click" setup -- first the user will click a button or link to generate the export file (i recommend having a button for this because buttons can use the "loading indicator" functionality to show the end user that something is processing), then after the generation is complete, offer them a Document Download Link serving the newly-generated document.

Children