If I put a calculation on a field in my table, it works without any issues. However as soon as I made it read-only the calculation does not run and I just get a message in the console for every field in the table.
ERR_INSUFFICIENT_RESOURCES
The server responded with a status of 500
POST https://app.laserfiche.com/BPM/API/a/Forms/Library/Drafts/b0ba0120-a60c-4bf7-a775-1814701ee22a/CalculateFormula 500 (Internal%20Server%20Error)
If I remove the read-only checkbox the calculations work again and no more errors. Anyone else have this problem.
I am using script instead to set my calculations fields to read only so that the users can not change the value calculated.