Hi,
One of my page start behaving weirdly and was getting the following error:
Uncaught RangeError: Maximum call stack size exceeded
Finally found the culprit , which is a UI-Only formula field.
I do not see any reason this should happen, maybe someone can explain, as it’s a very simple formula field (addition of 3 percent fields)
UI-Only Formula field return a number, and here’s formula: {{Ownership_Of_Applicant_1__c}}+{{Ownership_2__c}}+{{Ownership_3__c}}. all 3 of those SF fields are of “percent” type of field
Here’s some SS of error:
Thx