Bulk submitting Timesheets — 500 document limit in list view

I’m working with Timesheets in ERPNext and would like to submit all draft Timesheets at the end of the month in one go using the list view bulk action.

However, when selecting all documents, I receive an exception indicating that 500 is the maximum allowed. I assume this is a guard to not overload the application.

Is there a standard way to increase this limit without adding a custom button and writing a custom server method?

can you enable this setting and try?

2 Likes

Thx for the solution. Is this supposed to work in v15 as well? Because it seems like the async part is only called after the 500 guard.