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
samdevsamdev 

field update by process builder

I have a field on account that gets update in two different business senarios by two process builders A and B. I have written some logic in my apex class that fires if the field is being updated. I want the logic to run only when the field is updated by process Builder A and not by process builder B. Is it possible to restrict?