Salesforce : Asset Tab
October 28, 2013 /
Posted in Salesforce Corner
Recently, we have a customer asking “Is it possible for me to have a tab for Asset? It is very troublesome for me to access the Asset view from the Product tab.”
Unfortunately, Salesforce does not have a standard tab for Asset. However, you can do the following workaround:
Option 1: HTML Redirection
1. Create a VisualForce page with the code below:
2. Create a VisualForce tab and use the VisualForce page above as the content
Option 2: VisualForce List View
1. Create a VisualForce page with the code below:
2. Create a VisualForce tab and use the VisualForce page above as the content
Please bear in mind that Option 1 will use Product as the landing tab as the code is just simple to redirect the user to the standard Asset list view.