function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
blakeLLblakeLL 

Calculating due date hitting restrictions due to compile limit

I have a formula that is calculating a due date for a case, based off of the status and type of case.
 
Problem is that I am hitting a compile limit when I create the custom formula as a custom case field. I need to use the calculated date in case views, so I am not thinking a s-control will work, but I could be wrong.
 
Can some one tell me the best way to create a formula for a case and work around the size limitation?
Ron HessRon Hess
I believe you could use a Trigger in Apex Code to write the custom field when a case is updated.
blakeLLblakeLL
What if I am in professional edition? I don't believe I have access to Triggers or to Apex code. Are there any other options?
Ron HessRon Hess
Sorry, i don't know of any easy way to get around this limit.
Please Contact your support rep, they may have a solution that i'm not aware of.