Lead Source Taxonomy
Last updated
Last updated
Lead sources are a critical component of Salesforce, as they allow organizations to track the origin of their leads and measure the effectiveness of their marketing campaigns. In this document, we will explore the technical aspects of configuring lead sources in Salesforce, including the objects and fields involved, field dependencies, and validation rules.
The following objects are related to lead sources in Salesforce:
Leads
Accounts
Contacts
Opportunities
Campaigns
Each of these objects has a "Lead Source" field, which stores the source of the lead. Additionally, each object has a "Lead Source Detail" field, which provides more information about the lead source.
Field dependencies are used to control the values that can be selected in a picklist field based on the value of another picklist field. For example, if the "Lead Source" field is set to "Demand", the "Lead Source Detail" field can only be set to certain values, such as "Email Marketing", "Blog Gated Content", "Podcast", or "Webinar".
To create a field dependency, navigate to the object that you want to add the dependency to and click on the "Fields" tab. Then, click on the "New" button and select "Field Dependency". In the "Field Dependency" dialog box, select the "Lead Source" field as the controlling field and the "Lead Source Detail" field as the dependent field.
Validation rules are used to enforce data quality and integrity in Salesforce. For example, you can create a validation rule that requires the "Lead Source" field to be populated before an opportunity can be closed.
To create a validation rule, navigate to the object that you want to add the validation rule to and click on the "Validation Rules" tab. Then, click on the "New" button and enter a name and description for the validation rule. In the "Formula" field, enter the formula that you want to use to validate the data. For example, the following formula would require the "Lead Source" field to be populated before an opportunity can be closed:
By following the steps outlined in this document, you can ensure that your lead sources are configured correctly in Salesforce and that your data is accurate and complete.