List of questions
Related questions
Question 9 - Certified Data Architect discussion
Universal Containers (UC) management has identified a total of ten text fields on the Contact object as important to capture any changes made to these fields, such as who made the change, when they made the change, what is the old value, and what is the new value. UC needs to be able to report on these field data changes within Salesforce for the past 3 months. What are two approaches that will meet this requirement? Choose 2 answers
A.
Create a workflow to evaluate the rule when a record is created and use field update actions to store previous values for these ten fields in ten new fields.
B.
Write an Apex trigger on Contact after insert event and after update events and store the old values in another custom object.
C.
Turn on field Contact object history tracking for these ten fields, then create reports on contact history.
D.
Create a Contact report including these ten fields and Salesforce Id, then schedule the report to run once a day and send email to the admin.
Your answer:
0 comments
Sorted by
Leave a comment first