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

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.