How to easily (userfriendly) export ALL records / fields from a BO to EXCEL ?
1) Via grid there is a limit of 50 records.
The user can select "All" but then only 20 records show up
("All" does not show up when expected. See other issue).
2) So we have to select (Grid, other settings) "Fetch records for all pages".
In this case :
- the user must select "All"
- the query is taking a lot of time. The user must wait at least 30 a 60 seconds.
- The user must select the XLSX export - button (with process EXPORT EXCEL).
So, this is not userfriendly.
3) Using a process "EXPORT DOCUMENT ExportPersoon TO FOLDER 'c:/mydocuments' AS XLS" will generate separate XLS's for each record.
Besides this, the format is not XLSX.
4) Using the workflow will export to CSV. We would like to have XLSX.
5) Using a database-view is possible but doesn't speed up
I wonder in what way other developers deal with this issue..