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
sherazsheraz 

how to create custom controller/class for vf page

Hi,

I am new to salesforce and i have to create controller for vf page that i will update the multiple field based on user input(custom object).

example:

custom object = product

fields:

app recieve by = text field

app receive to = text field

date field 

owner = text field

here is the scenario: 

if 

app recieve by = john

thne 

update 

owner = john

and 

date = 12/5/12

please guiode me that how to create this kind of controller.

thanks