CRT-450 Exam QuestionsBrowse all questions from this exam

CRT-450 Exam - Question 274


Universal Containers wants a list button to display a Visualforce page that allows users to edit multiple records.

Which Visualforce feature supports this requirement?

Show Answer
Correct Answer: BC

To achieve the requirement of displaying a Visualforce page that allows users to edit multiple records via a list button, the correct approach is to use a standard controller in conjunction with the recordSetVar page attribute. This setup allows the Visualforce page to handle a set of records passed from a list view or related list. The recordSetVar attribute is designed specifically to deal with multiple records at once, making it possible for users to edit them.

Discussion

1 comment
Sign in to comment
FungFamOption: C
Jul 10, 2024

I think C is correct