nerdexam
Salesforce

PDII · Question #3

A company's support process dictates that any time a Case is closed with a Status of 'Could not fix', an Engineering Review custom object record should be created and populated with information from…

The correct answer is A. An after update trigger that creates the Engineering Review record and inserts it. See the full explanation below for the reasoning.

Question

A company's support process dictates that any time a Case is closed with a Status of 'Could not fix', an Engineering Review custom object record should be created and populated with information from the Case, the Contact, and any of the Products associated with the Case. What is the correct way to automate this using an Apex trigger?

Options

  • AAn after update trigger that creates the Engineering Review record and inserts it
  • BA before update trigger that creates the Engineering Review record and inserts it
  • CAn after upsert trigger that creates the Engineering Review record and inserts it
  • DA before upsert trigger that creates the Engineering Review record and inserts it

How the community answered

(47 responses)
  • A
    72% (34)
  • B
    6% (3)
  • C
    17% (8)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full PDII Practice