Skip to main content

I have a time-based workflow that updates a custom object. It's job is to check a date/time field and update a boolean field on the record.

Associated with this is an apex trigger that looks for trigger.old = false and trigger.new=true.  If the condition is satisfied, its job is to execute an http post.

The performance seems to be inconsistent.  I am wondering if I am approaching this the correct way or if there's a better method.

Is there an order of operations that would cause the trigger to be evaluated before the trigger? Or perhaps a better approach to this all together? TIA!

3 respuestas
0/9000