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
kuttibarani1.3897618179833977E12kuttibarani1.3897618179833977E12 

How can I edit the apex/VF controller for my custom object ?

Hi,

How can I edit the apex/VF controller for my custom object ?  So that if some thing is not possible in point and click, I can modify in apex


Sonam_SFDCSonam_SFDC
if you wish to add a functionality to custom object  and wish to create a custmized UI - you can create the VF page using Custom controller or controller extension for the custom object - 

a Custom object can have a standard controller which includes all standard functionalities - custom controller - if you wish to create own actions - and controller extension which extends/overrides the standard functionality.

Check the sample code below:
http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_custom.htm