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
yespeeyespee 

copying data from VF page

I need to save some data captured on a visual force page on Lead object. Looking for page reference syntax.
Above visual force page is called using a custom link on lead.
Thanks
iceberg4uiceberg4u
1)have a setter for the data that you want to store.
2)make a lead object and assign the data to the respective field.
3)then just use the insert command for update use update