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
karthik Jonnalagaddakarthik Jonnalagadda 

Insert values into another object from Visual Force page

Hello,

How to insert Values into object from VisualForce page.
I want to insert check box selected values into another object. 
User-added image

Thanks in Advance.
sandeep sankhlasandeep sankhla
Hi,

You can make use of wrapper class here...Create a wrapper class and bind the checkboxes and then you can easily insert the records..