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
ALEJO CARPENZANOALEJO CARPENZANO 

Passing a list of records like parameter to a controller function

Hi!. I need to pass a list of records grouped on a list (<ul> <apex:repeat var="account"...><li>{!account.name}</li></apex:repeat></ul>) to my controller to update the field value of this records. ¿There's any way to do this? Thanks!