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
Sandy singhSandy singh 

include standard layout of objects & override standard buttons behavior

Hi,

  

  Anyone have idea

How we include standard layout of objects into visual force pages

and

How to override standard buttons behavior in out of box without custom coding

 

Shashikant SharmaShashikant Sharma

Yes you can use standard layout in VFP using

 

apex:detail Control 

 

Read this : http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_detail.htm

 

now I did not get when you say "How to override standard buttons behavior". Please explain what exactly you need?

Sandy singhSandy singh

I have requirement to override Standard Buttion behaviour like Edit , Save etc without using any custom code/ Apex code ?

 

How can i achieve this in force.com ?

 

Thanks in advance