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
VAHBVAHB 

Formula field using Business Days formula in Fromula (Number) field and Trigger update

I want to write a trigger that categorizes based on the number of business days that have surpassed.

Right now I have a formula field (number) that calculates business days as long as the case isn't closed, this formula updates daily on business days incrementing one per day, however the trigger should also update as the formula updates.

 

Is this possible?

 

Thanks

Lee_CampbellLee_Campbell

Couldn't you just use a workflow with the rule: ISCHANGED(My_Formula_Field_Name__c)?