[SalesForce] Lead assignment rules to Lead owner

Please advise how to set Lead assignment rules where new leads that are manually being entered into the system by users form the Marketing department, remain as lead owner.
At the moment all Leads created either via web-to-lead or created manually are assigned to a queue.
I would like to know how to set the manually created Leads being entered into the system by users form the Marketing department to be assigned to a lead owner.
I do not want them to be assigned to a queue.

Best Answer

There two ways to make the assignment robust.

First is user training thing. Whenever a lead is being created make sure user check the check box shown below:-

enter image description here

Case where Lead Assignment won't fire or does not satisfy business need:-

Second, you should have a Trigger on lead if lead assignment is little complex where you can change the owner during Lead creation.

If Lead is going to be assigned to a single user every time. User workflow of process builder instead of trigger.

Related Topic