Latest Updates
Travel to Technology
Override standard tab to hide recent item and unwanted section
You can customize the standard tab to display specific list view and hide unwanted section. You can’t customize the standard tab page using point and click. Need to use Visualforce page to accomplish this functionality.
You can use apex:enhancedlist to customize your tab page on standard and custom object.
Create Visualforcepage called “AccountOverrideTab†using below code
<apex:page action=â€{!IF($Profile.Name = ‘System Administrator’, URLFOR(‘/001/o?nooverride=1’), null)}â€>
<apex:enhancedList type=â€Account†height=â€500″/>
</apex:page>
Override “Account†Tab

Only admin user can see the detailed Account Tab like below

all other user can see list view directly without recent item and unwanted sections

For more properties: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_enhancedList.html
Our Recent Blogs
-
27 Jan, 2021
Salesforce Architect Domain Exam
-
23 Nov, 2016
Salesforce Certified Technical Architect New Path
-
28 Mar, 2018
Salesforce Release Exam in Trailhead Certification
-
29 Dec, 2021
Salesforce Certifications