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
Hemalatha  ParuchuriHemalatha Paruchuri 

In Account standard object i want new section only attachement display using visual force pages .remove standard s notes and attacehement

Usman AslamUsman Aslam
<apex:page standardController="Account" >
    <apex:detail relatedList="false" relatedListHover="false"/>
    <apex:relatedList list="CombinedAttachments" />
</apex:page>

@Hemalatha - Hope this code will resolve the issue you are facing.

Please mark it as best answer if it helps.

Thanks