Salesforce Certified Data Architect — Question 50
Universal Containers (UC) Is migrating data from a legacy system to Salesforce. UC would like to preserve the following information on records being migrated:
1. Date time stamps for created date and last modified date
2. Ownership of records belonging to inactive users being migrated to Salesforce
Which two solutions should a data architect recommend to preserve date timestamps and ownership on records? (Choose two.)
Answer options
- A. Log a case with Salesforce to allow updating these fields.
- B. Enable Modify All and View All permissions.
- C. Enable Update Records with Inactive Owners permission.
- D. Enable Set Audit Fields upon Record Creation permission.
Correct answer: C, D
Explanation
The correct answers are C and D because enabling the 'Update Records with Inactive Owners' permission allows the system to retain ownership information for records linked to inactive users, while 'Set Audit Fields upon Record Creation' ensures that date timestamps are preserved during the migration. Options A and B do not address the specific requirements for maintaining these critical fields.