ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 63 - Certified Platform Developer II discussion

Report
Export

An org has a requirement that an Account must always have one and only one Contact listed as Primary. So selecting one Contact will de-select any others. The client wants a checkbox on the Contact called 'Is Primary' to control this feature. The client also wants to ensure that the last name of every Contact is stored entirely in uppercase characters. What is the optimal way to implement these requirements?

A.
write a single trigger on Contact for both after update and before update and callout to helper classes to handle each set of logic.
Answers
A.
write a single trigger on Contact for both after update and before update and callout to helper classes to handle each set of logic.
B.
Write an after update trigger on Contact for the Is Primary logic and a separate before update trigger on Contact for the last name logic.
Answers
B.
Write an after update trigger on Contact for the Is Primary logic and a separate before update trigger on Contact for the last name logic.
C.
write an after update trigger on Account for the Is Primary logic and a before update trigger on Contact for the last name logic.
Answers
C.
write an after update trigger on Account for the Is Primary logic and a before update trigger on Contact for the last name logic.
D.
write a Validation Rule on the Contact for the Is Primary logic and a before update trigger on Contact for the last name logic.
Answers
D.
write a Validation Rule on the Contact for the Is Primary logic and a before update trigger on Contact for the last name logic.
Suggested answer: A
asked 23/09/2024
Ronakkumar Shyani
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first