In this lesson, I cover the majority of the previous module’s stretch assignment, except for the Lead Conversion step, which I cover in the next lesson.
We create a validation rule to require that the Jobs Website field be populated whenever the Lead Source field equals web. The error code formula for this validation rule is:
AND(ISPICKVAL(LeadSource,'Web'), Jobs_Website__c = '')
This is the final lesson related to the run-through and explanation of the previous module’s assignments. This lesson covers the final step of this module’s stretch assignment related to the Lead Conversion process.