Skip to main content
We currently use the Lead Assignment Rules that includes the email domain names in the filters so that when leads flow in from our lead management system, and it is from an existing client, we assign it to the Account Owner who already manages that client.  This, however, is not very scalable, and evey time we have a new client company, we need to update the Lead Assignment rule.  

 

Does anyone know an automated way to implement this, e.g. when the lead is assigned, the system can look to see based on emai whether it is an existing client and assign it to the appropriate Account Owner?
1 个回答
  1. 2018年4月3日 15:27
    This is commonly done with an Apex trigger on Lead, the trigger does what you're manually doing in assignment rules.

     

    There are also apps on the appexchange that can be used for this.
0/9000