Salesforce Platform Developer I (legacy) — Question 252
Universal Containers wants a list button to display a Visualforce page that allows users to edit multiple records.
Which Visualforce feature supports this requirement?
Answer options
- A. Standard Controller with Custom List Controller extension
- B. Custom List Controller with recordSetVar page attribute
- C. Standard controller and the recordSetVar page attribute
- D. Controller Extension andtag
Correct answer: B
Explanation
The correct answer is B because a Custom List Controller with the recordSetVar page attribute allows for the manipulation of multiple records efficiently. Options A and C involve standard controllers, which do not provide the necessary customization for editing multiple records at once. Option D is incorrect because it lacks the specific functionality required for this scenario.