A company wants to use its data from Salesforce to train an Einstein AI model. However, they need to exclude records where the customer has opted out of data use. Which field should they configure in the Data Manager?
Salesforce Data Manager uses a checkbox field to mark records that should be excluded from AI training.
Why this answer
Option A is correct because the Data Manager in Einstein AI uses a standard checkbox field named 'Data Use Opt-Out' to identify records that should be excluded from model training. When this checkbox is true, the system automatically filters out those records during data preparation, ensuring compliance with data privacy requirements.
Exam trap
Salesforce often tests the misconception that any field indicating consent can be used, but the Data Manager specifically requires a checkbox field named 'Data Use Opt-Out' to automatically filter records.
How to eliminate wrong answers
Option B is wrong because the Record Type field is used for business process differentiation and page layouts, not for indicating data usage consent; it has no built-in mechanism to exclude records from AI training. Option C is wrong because a picklist field, while it could theoretically store opt-out status, is not recognized by the Data Manager as a standard field for data exclusion; the system specifically looks for the checkbox field. Option D is wrong because a formula field that evaluates to true is not a standard field type that the Data Manager can interpret for opt-out filtering; the Data Manager requires a native checkbox field to trigger exclusion logic.