Hey Kim,
It sounds like you assign all Leads to the Sales Ops team, then when get to a certain criteria (point accumulation I'm guessing), then they become an MQL and need to be switched from the Sales Ops team to the appropriate ISR based on region. Am I understanding your process correctly?
If so, I would recommend the following (you will need to collaborate with your SFDC Admin):
- Modify the initial rule (that assigns the Lead to Sales Ops) to include Lead Status does not equal MQL
- Modify the auto-assignment rules to assign to the ISR per region and have the criteria include Lead Status equals MQL
Ex. (State equals CA,NV,UT,OR,WA) AND (Lead Status equals MQL)
Then...
- Once they become an MQL (however you decide that to be the case), have a trigger campaign that does the following flow steps:
- Switch the Lead's status to "MQL"
- Delete the Lead from SFDC ONLY,
- Sync the Lead back to SFDC using the auto-assignment rules
The Lead will then run through the auto-assignment rules again, skip over the rule that assigns them to the Sales Ops team because of the Lead Status of MQL, and be assigned to the appropriate ISR based on region.
This is all based on when you delete the Lead from SFDC and assign again, it goes through the same rules and updates accordingly. I have seen it happen a few times in my own instance, but TEST for your own piece of mind. This should work, but as well know, testing is the best policy.