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
nagamalli tadikondanagamalli tadikonda 

deadlock???

how to avoid deadlock between a trigger and process builder. for example: there is a field update using trigger after the record is modified, simultaneously there is a process builder on the same field  which fires when the field modified to make it to original. so in simple terms thetre is a dead lock. how to avoid this ?

i had already tried with uisng apex class and delayed operation in process builder but need any alternate solutions....