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
s5s5 

Getting data from standard object to custom object

Hi,

 

I created one web form and that data is saved in Lead object.I need to get some of  these field  data to one custom object say book.Is there any other way except writting trigger .How can this be done.Please help me in this.

 

Thanks in advance.

 

 

 

Ankit AroraAnkit Arora

If you are using web-to-lead form to insert data in lead, then there is no way to update the data from lead to your custom object without trigger.

 

Else you can create site in salesforce and expose a visualforce page which will have fields of lead on it. As soon as user enter data from site a lead will be generated and using that data you can also create a custom object record with the controller of visualforce page.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page