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
Arun Deepan LJArun Deepan LJ 

Future execution not triggering Lead Assignment Rule

Hi, I am calling an Update DML call, inside future method, with dmo.assignmentRuleHeader.useDefaultRule = true; but when the future context executes, the lead assignment rules are not triggered in production. But in sandbox, it is triggering/working fine! any suggestion?
@Karanraj@Karanraj
Just check whether you have active assignment rule in production and the record which you are updating is meet the assignment rule criteria