ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 2 - Certified Data Architect discussion

Report
Export

Universal Containers (UC) is planning to move away from legacy CRM to Salesforce. As part of one-time data migration, UC will need to keep the original date when a contact was created in the legacy system. How should an Architect design the data migration solution to meet this requirement?

A.
After the data is migrated, perform an update on all records to set the original date in a standard Created Date field.
Answers
A.
After the data is migrated, perform an update on all records to set the original date in a standard Created Date field.
B.
Create a new field on the Contact object to capture the Created Date. Hide the standard Created Date field using Field -Level Security.
Answers
B.
Create a new field on the Contact object to capture the Created Date. Hide the standard Created Date field using Field -Level Security.
C.
Enable 'Set Audit Fields' and assign the permission to the user loading the data for the duration of the migration.
Answers
C.
Enable 'Set Audit Fields' and assign the permission to the user loading the data for the duration of the migration.
D.
Write an Apex trigger on the Contact object, before insert event to set the original value in a standard Created Date field.
Answers
D.
Write an Apex trigger on the Contact object, before insert event to set the original value in a standard Created Date field.
Suggested answer: C

Explanation:

Enabling ''Set Audit Fields'' allows the user loading the data to set the value of the standard CreatedDate field to match the original date from the legacy system. This is a one-time permission that can be revoked after the migration is completed.The other options would either not work or require additional customization

asked 23/09/2024
Abigail Bormann
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first