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
GhilliGhilli 

Updating multiple records thoughout the pages

Hi All,
 
Good Evening.
 
I have one scenario in that i displaying 100 records in a manner that each page contain 10 records with a check box. We can navigate to the next 10 records using a Next button. And can come back to previous using Previous button.
 
If i select the check box i can edit that particular record alone.
 
If i am editing one record and move to second page there i am editing one record. I have to update this on the whole.
 
The problem here is if i move to second page the first edited record in the first page is not retained.
 
Kindly clarify this.
 
 
 
 
 
Thank you.
werewolfwerewolf
What is this that you're using?  Your own Visualforce page?
GhilliGhilli
Thank you for your reply.
 
I am using my own visual force page to display all the records with pagination.
 
For example i can display 100 records as 10 records per page in 10 pages.
 
I can navigate through the previous and next buttons.
 
If i made a change in first page then move to second page there i made some modifications again i come back to first page there my earlier modifications are not retained.
 
How to retain these values throughout the pages.
 
And i have only one save button in the last page. In one click i have to update all the records.
 
Kindly guide me to finish this task.
 
Thank you once again.