Export to Excel - Download File - Undefined Error

0
Hi all, I’m not able to create and download an excel report (functionality based on the Export to Excel module). I implemented the module and followed the how-to documentation. My microflow is creating the MxTemplate and CustomExcel objects. Unfortunately it is not possible to download the file. I’m receiving this vacuous message: Did not expect an argument to be undefined Error: Did not expect an argument to be undefined     at s (http://localhost:8085/mxclientsystem/mxui/mxui.js?637551187825383910:20:3686)     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637551187825383910:39:9273     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637551187825383910:20:2114     at Object.next (http://localhost:8085/mxclientsystem/mxui/mxui.js?637551187825383910:20:2219)     at a (http://localhost:8085/mxclientsystem/mxui/mxui.js?637551187825383910:20:958) Does anyone have an idea?  
asked
2 answers
1

The error was with the access permissions. I checked and changed the entity access rules. Now it works!

answered
0

It looks like the connection between your template and your excel file is not set.
Try fill the association XLSReport.MxTemplate.CustomExcel with your generated excel file.

answered