![]() |
Sergey Kornilov admin 5/5/2025 |
BeforeProcessExport event certainly does exist.
You can use this event to see what is being passed via POST and use that information to get a list of IDs and save it in the database. |
D
|
druck281 author 5/5/2025 |
Derp...you are totally correct. My apologies. I was looking at that as a Before Process page that would fire before the export page was displayed so I looked right past it. After paying a little closer attention, the Export page does not actually display but simply triggers the download. Does that event collect an array of the records to be included in the export? |