Apex Trigger Practice Problem
Problem 1: Prevent Lead Conversion If No Email
Scenario: Create a trigger on the Lead object that prevents conversion if the Email field is blank.
Requirements:
Trigger should run before update on Lead.
If the Lead has no email address and a user t...
harshdev.hashnode.dev14 min read