Salesforce Administrator — Question 255

IF(ISPICKVAL(picklist_field)) has the same output as:

Answer options

Correct answer: B

Explanation

The correct answer is B, as the CASE function evaluates the value of a picklist field, similar to ISPICKVAL. Options A and D do not correctly interpret the picklist field, while option C incorrectly uses quotes, making it a string instead of a field reference.