Need help to choose correct way to update multiple entities in background

Hi,
I need to know whats the best solution would be to update multiple entities ?

*Is new schedule task is good approach to update multiple entities.?

*Have separate screen or a button which will update multiple entities in background?

Hi, Gopal.

You question sounds very abstract. Could you specify essence of your problem?

If you mean that you need to update huge amount of entities you can user quartz scheduler(Jmix component) or create separate service for it. You may user background task if you want that user see the progress.

Best wishes, Pavel.