Hello,
since a lot of people already asked this years ago, here is my new question to that problem: Is it possible in CRM 2016 on-premise to export only marked rows to a Excel?
Like here: https://atinkerersnotebook.com/2018/06/02/exporting-selected-rows-to-excel/
Since this feature seems not to be availible for the on-premise version, I had the following plan:
1. Create a custome button.
2. Get the selected rows with Xrm.Page.getControl("<grid name goes here>").getGrid().getSelectedRows()
3. Pass that information to the Function that is creating the Excel
But how is the name of the function? Or is there maybe an easier solution?
Our management wants that feature.
Thanks
EDIT: How can I see the function behind the Command Mscrm.ExportToExcel.StaticXlsx?
*This post is locked for comments
I have the same question (0)