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
JHAJHA 

how to code for save?

Is anyone there who knows,how to code to get some data saved in databasec on button click event .I hve custom UI page having some fields and save button.i want the save functionality.

 

 

 

Thanks,

  jha

ApexGuyApexGuy
<apex:commandbutton action="{!save}"/> if you are using a standard controller, or if a custom controller create your own method that does insert, update, or upsert of the record.
JHAJHA

 

 Thanks fren, can u please answer my question in below link.any clue anything.....

  im rly strugling vary hard to get this solved. please....

 

http://community.salesforce.com/sforce/board/message?board.id=Visualforce&thread.id=19379