Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI dumps with Test Engine here:
Universal Containers wants a list button to display a Visualforce page that allows users to edit multiple records. Which Visualforce feature supports this requirement?
Correct Answer: C
Option C: Standard controller and the recordSetVar page attribute Correct Answer. Using the recordSetVar attribute with a standard controller enables the Visualforce page to access a set of records selected from a list view. This allows users to edit multiple records. recordSetVar is used with standard list controllers, not custom controllers. Option A: Controller Extension and <apex:listButton> tag Incorrect. There is no <apex:listButton> tag in Visualforce. Option B: Standard Controller with Custom List Controller extension Incorrect. A custom list controller extension is unnecessary when using recordSetVar with a standard controller. Conclusion: The Visualforce feature is Standard controller and the recordSetVar page attribute, which is Option C. Reference: Using Standard List Controllers Option D: Custom List Controller with recordSetVar page attribute Incorrect.