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
SIVATEJA KAGITAPALLISIVATEJA KAGITAPALLI 

Visual force page

Hi,
I designed one webpage. I want to get the data from the web page and i want to store in one custom object. How many ways we can do it?
justin_sfdcjustin_sfdc
Hi Sivateja,

You'll have to write a controller for it, grab the values that are entered on your webpage and then perform a DML operation to insert those values onto a custom object.

Thanks!