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
punnoosepunnoose 

customising accounts page

How do i include thse fields(In picture)(Tools,Reporsts) that are there in default accounts page.i have the code for the account tab

         code you have given

 <apex:smileytongue:ageBlockTable value="{!accounts}" var="a">
 <apex:column >
 <apex:facet name="header">
  <apex:smileysurprised:utputLabel value=" {!$ObjectType.Account.Fields.Name.Label}" />
   </apex:facet>
    <apex:smileysurprised:utputLink value="/{!a.id}">{!a.Name}</apex:smileysurprised:utputLink>
     </apex:column>
     code you have given

 

bob_buzzardbob_buzzard

I'm not aware of any way to access this information through Apex.  I think you'll need to scrape the URLs.