Q: 3
Universal containers (uc) want to delete data in several fields for 5000 lead records. UC export 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 2 answers
Options
Discussion
D , not B. Import Wizard can't handle null updates for bulk records, that's the trap here. Similar practice questions always go with Data Loader and the 'insert null values' setting.
C, not B, D. Import Wizard can't clear fields to null, that's the catch here.
C D tbh, but if "delete" is just update then maybe B fits?
Saw this in a recent practice set-Import Wizard can't actually set fields to blank, it only updates values. To clear out (null) those fields in bulk, you need the Data Loader and have to check "Insert null values" (C and D). Anyone else see this on their exam reports?
Option B here. I thought Import Wizard could handle clearing fields if you map them as blank in the CSV, so not sure why it's always skipped. Trap seems to be on C, but I'd pick B.
B tbh, Import Wizard seems fine for updating with blanks if you use a CSV. Why not B?
D and C imo-only Data Loader lets you actually clear out (null) fields if you check that insert nulls setting. Import Wizard can't do it, it'll skip blanks. Seen this trick on a few practice exams too, so seems right.
C/D? B is tempting but Import Wizard can't null fields, only Data Loader can if you select Insert Null. Agree?
I think B and D work. Import Wizard lets you update leads using a CSV, so as long as you're updating fields, it should do the job. Not totally sure about deleting (nulls), but these seem close.
Isn't B kind of a trap here? Import Wizard can't set fields to blank, even though it can update leads. The question wants data deleted (nulled), so I see the logic for C and D.
Be respectful. No spam.