Increase the max update object limits on API calls
The current max update object limit is 100 on Workfront’s api calls. I’ve ran into the issue where there are more than 100 hourids to attach to a billing record. Updating the billing record with the next batch of 100 hourids just overwrites the initial 100 hourids on the billing record.
Updating the billingRecordID field directly on the Hour object via API returns a success response but does not reliably associate the hour with the billing record which is a bug so can’t go that route either.
It seems that the only way to get it somehow working for the future is either they fix the Hour/billingrecordID update or they increase the max update object to 500 or something like that.