nerdexam
Salesforce

CRT-450 · Question #185

Universal Containers wants to ensure that all new leads created in the system have a valid email address. They have already created a validation rule to enforce this requirement, but want to add an…

The correct answer is C. Use a before-save Apex trigger on the Lead object to validate the email address and display an. See the full explanation below for the reasoning.

Question

Universal Containers wants to ensure that all new leads created in the system have a valid email address. They have already created a validation rule to enforce this requirement, but want to add an additional layer of validation using automation. What would be the best solution for this requirement?

Options

  • ASubmit a REST API Callojt with a JSON payload and validate the f elds on a third patty system
  • BUse an Approval Process to enforce tne completion of a valid email address using an outbound
  • CUse a before-save Apex trigger on the Lead object to validate the email address and display an
  • DUse a custom Lightning web component to make a callout to validate the fields on a third party

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    11% (5)
  • C
    82% (36)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full CRT-450 Practice