You need to sign in to do that
Don't have an account?

Detail Page Enahncements
Hi,
i want to customize object detail page title. Is it possible, if possible then how to do.
Thanks
Shashi
You need to sign in to do that
Don't have an account?
Hi,
i want to customize object detail page title. Is it possible, if possible then how to do.
Thanks
Shashi
<apex:page standardController="Opportunity" tabStyle="Opportunity" sidebar="false">
<apex:sectionHeader title="One of Your Opportunities" subtitle="Exciting !"/>
<apex:detail subject="{!opportunity.ownerId}" relatedList="false" title="false"/>
</apex:page>
All Answers
Hi Kiran ,
my requirement is, see the below image. I want to add appent text to record title(2013 Spring Brochure) see the url for image
http://www.4shared.com/photo/Am99ez0D/Untitled.html
<apex:page standardController="Opportunity" tabStyle="Opportunity" sidebar="false">
<apex:sectionHeader title="One of Your Opportunities" subtitle="Exciting !"/>
<apex:detail subject="{!opportunity.ownerId}" relatedList="false" title="false"/>
</apex:page>