I am getting this error since updating to 8.4:
Internal error. RegularUsersExport
I have several export processes that have worked through several version updates now.
All I do is run a simple find to grab my business object(s) and run the export doing something like this:
FIND RegularUser WHERE RegularUser=LoggedInRegularUser
EXPORT RegularUser TO 'd:/Data/Export/export.csv' USING RegularUsersExport
Since my 8.4 upgrade all I get is this error:
Internal error. RegularUsersExport
The template exists and if I use the export menu within the app to just export all records using that template it downloads a csv for me just fine. It only gives me a problem doing this within a process. Has anyone else run into this?