Salesforce Certified Platform App Builder — Question 461
Universal Containers (UC) wants to delete data in several fields for 5,000 Lead records. UC exported the selected Record IDs and fields that need to have data deleted in a CSV file.
Which two steps should an app builder suggest to meet these requirements? (Choose two.)
Answer options
- A. Select the correct record type.
- B. Use Import Wizard to update leads using the CSV file.
- C. Select Insert Null Values in Settings.
- D. Use Data Loader to update leads using the CSV file.
Correct answer: C, D
Explanation
The correct options, C and D, allow for the nullification of specific field values in the Lead records. Option C enables the setting to insert null values during the update process, while option D specifies using Data Loader, which is suitable for handling bulk updates. Options A and B are incorrect because they do not directly address the requirement to delete data in the specified fields.