I just did a mass update on 2 field in the account entity. The request is being processed by the cron and i logged out of the app. Now i need to login and check the status of the mass update. How can i do that?
How to check the status of mass update
Collapse
X
-
Tags: None
-
There's no a particular feature to check the status of a mass update if a user closed the modal.
The admin user can check the job status under Administration > Jobs. The mass update process will create a job. It will have the status Running.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks. -
If it is a mass update you could sort or filter the field "chanced at" to estimate how much data has already been changed. Subtract that from the total data to be changed before started. Not exactly what you need, I know, otherwise yuri explained the rest.Comment
Comment