Hello,
I am using standard redirects for the Standard Salesforce objects Tab pages. I am attempting to show a friendly title in the web browser tab (chrome) to replace the whole URL that currently shows up. Below is the VF page markup, but it is not working. No error msg, just continues to show URL in web tab title. I have read the redirect tutorials and posts, but am not seeing where I am going wrong. Any suggestions greatly appreciated, Thanks!
<apex:page standardController=“Contact”
recordSetVar=“c”
extensions=“skuid.Redirects”
action=“{!redirect}?page=ContactsHomeNew” title=“ContactsHome”>
</apex:page>
Ann