Greetings everyone.
I am looking for a way to have the selected records to remain with the checkmarks next to them after updating multiple records.
I have on a page a custom button to add selected records to another table, however only some of the selected records have to be added at any given time and these records must be updated with a value before clicking the button to add to the table.
So it's like this:
- Select the records to be added to another table.
- Click the UPDATE button and type the update value.
- Click update then the selected values are updated.
- Then select each newly updated record AGAIN and click the add button to add the records with the updated values to the other table.
So I wanted some assistance in step 3 after clicking UPDATE the updated records are not deselected. They should remain selected so I can simply click the ADD button to add them to the other table instead of having to go through the list again and selecting each record before clicking ADD.
Thanks for any assistance I can receive with this.