Issue with Multi-User Excel Export request simultaneously for same set of data

0
In my project I am trying to provide a data export functionality and for that I am using XLS export module from app store.  This works fine when a single user is trying to export data for a client. But when multiple user trying to export data for the same Client at the same time  one of the user getting an admin error. Is there a way we can address multi-user export simultaneously . Example User1 --> Exporting Data for Client1 User2 --> Exporting Data for Client1  One of the user gets an error message : ERROR - Client: An error occurred while executing an action of Balances.Balances_Overview.actionButton5: Did not expect an argument to be undefined Error: An error occurred while executing an action of Balances.Balances_Overview.actionButton5: Did not expect an argument to be undefined
asked
1 answers
0

Hi Dilip,

The export module can be a bit tricky to set up without having a look at your actual code.

A simple solution that might help you is to provide a datagrid with XPath as data source enable the export button:

answered