Skip to main content

4 replies

August 10, 2022

Yes you can, We have 2 approaches for this. if you are using record grid then there will be an icon to export the data into Excel and if you are using database grid i.e you are using query entity to show data to interface then you can use exportCDTtoExcel functionality to export data to excel.there will be a button in which you are going start a process model in which you have to use exportCDTtoExcel smartservice and it will return you the document id which got generated and once document id got generated you can show the link. in that link you have to download the document with that documentID by using documentdownloadLink.

anshuk0003
August 10, 2022
sangeethab0005
August 10, 2022

[mention:0e6f879a8dbe41219c03e3a2d3363a40:e9ed411860ed4f2ba0265705b8793d05] Yes, create a process model , To generate excel use Export data store entity to csv and For pdf use advanced Document Templating plugin to generate table in a doc file then convert doc to pdf

harshitb6843
August 10, 2022

What search results are you talking about? The record search? If yes, then record provides a default export to excel!