CRT-450 Exam Question 31

A lead object has a custom field Prior_Email__c. The following trigger is intended to copy the current Email into the Prior_Email__c field any time the Email field is changed:

Which type of exception will this trigger cause?
  • CRT-450 Exam Question 32

    A lead object has a custom field Prior_Email__c. The following trigger is intended to copy the current Email into the Prior_Email__c field any time the Email field is changed:

    Which type of exception will this trigger cause?
  • CRT-450 Exam Question 33

    Which declarative process automation feature supports iterating over multiple records?
  • CRT-450 Exam Question 34

    An Apex method, getAccounts, that returns a List of Accounts given a search Term, is available for Lighting Web components to use. What is the correct definition of a Lighting Web component property that uses the getAccounts method?
  • CRT-450 Exam Question 35

    Which annotation should a developer use on an Apex method to make it available to be wired to a property in a Lightning web component?