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?
