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
Jatin KabraJatin Kabra 

Navigation And Personalisation Salesforce

When i go to my pesonal salesforce environment and when i enter into Settings->Display And Layout->Customize My Tabs/Pages but i don't see any open activities.Can u please help me .
Sukanya BanekarSukanya Banekar
Hi,

Create a visualforce page name it as Activities and create tab for vf page. 
<apex:page >
    <apex:enhancedList customizable="true" type="Activity" height="500"/>
</apex:page>
Also, the should be accessible to user's profile.

Let me know if this helps .

Thanks,
Sukanya Banekar