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
cmctamcmctam 

modify the tab and page title of self-service portal

Hi

My users find it confusing to see Salesforce as the title of the browser/browser tab.  Is there a way to customize this?

 

thanks

tammy

 

Best Answer chosen by Admin (Salesforce Developers) 
Laxman RaoLaxman Rao

for now we cannot change the title of standard of pages.

If you want to set the title for visual force pages, you can set using 

<apex:page title="My VF Page Title">
--- content goes here
</apex:page>

All Answers

Laxman RaoLaxman Rao

for now we cannot change the title of standard of pages.

If you want to set the title for visual force pages, you can set using 

<apex:page title="My VF Page Title">
--- content goes here
</apex:page>

This was selected as the best answer
cmctamcmctam

thanks for your speedy response

i'll have to look into making it a visual force page when time permists

thanks again