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
VaruntheoneVaruntheone 

How can I achieve editing a custom object record by listing all the records and selecting a particular record in checkbox which will open popup window for editing purpose in visualforce ?

Piyush Gautam 6Piyush Gautam 6
Hi,

Please refer to my solution provided for a similar query. Below is the link:
https://developer.salesforce.com/forums/ForumsMain?id=9062I000000IIhCQAW
You need to use Wrapper Class and visualforce page.

Thanks