Salesforce Platform Developer I (legacy) — Question 99
Which three options can be accomplished with formula fields? (Choose three.)
Answer options
- A. Generate a link using the HYPERLINK function to a specific record.
- B. Display the previous value for a field using the PRIORVALUE function.
- C. Determine if a datetime field value has passed using the NOW function.
- D. Return and display a field value from another object using the VLOOKUP function.
- E. Determine which of three different images to display using the IF function.
Correct answer: A, C, E
Explanation
Options A, C, and E are correct as they accurately describe functionalities that formula fields can provide. Option B is incorrect because while PRIORVALUE can show previous values, it is not a function of formula fields in this context. Option D is also incorrect since VLOOKUP is not used in Salesforce formula fields; it is typically used in Excel.