1

I am newbie in Salesforce and my company is switching our CRM to Salesforce. So currently we are learning and doing gap analysis. Previously we had 50+ active lead assignment rules each contains various queries but in salesforce we can have only one rule active at a time. Any suggestion how can I implement this without using process builder & workflow. Thank you.

Nishtha garg
  • 73
  • 1
  • 7

1 Answers1

1

You can recreate your 50+ lead assignment rules from your previous CRM as 50+ entries under one lead assignment rule in Salesforce.

In Salesforce a lead assignment rule can have multiple entries for routing the lead. Each entry is composed from one or more criteria. You can think of each entry as a business rule in a traditional sense. The overall lead assignment rule is a collection of these business rules.

Take a look at Convert and Assign Leads Trailhead tutorial for an example.

identigral
  • 3,920
  • 16
  • 31