+ 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!