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
sunnyssksunnyssk 

web to object in salesforce

Hi all........

I have a requirement like there is one custom object by name 'Position'..... I need its data to be filled from web form. How to implement it.

Note: I am already using lead object so cant use it for this purpose.........

aj2taylo2aj2taylo2

If you want to use Sites, you can expose a VF page and write the data.

 

Otherwise, you could write a webservice, and write the data to via the API.