function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SuzanyuSuzanyu 

VisualForce VS {!GETRECORDIDS} -- Help!!! Quite Urgent!!

 Masters,
 
Our client asks us to implement some funtions by using Visualforce.
Any one can tell me whether it is possible to use {!GETRECORDIDS} in VisualForce page. I got a list button which links to a VF page to process selected records. How can I get selected records' Ids ??? or Only scontrol can do that?
 
 
 
Any idea will be great!!
 
Thanks
mtbclimbermtbclimber
You need not use the {!GETRECORDIDS} expression nor javascript to manipulate records that were selected in a previous page.

Check out chapter 5 in the Visualforce Developer Guide, "Standard List Controllers" new in Winter '09.