Skip to main content
June 21, 2023
Question

Dynamic Tab name in Site

  • June 21, 2023
  • 7 replies
  • 1 view

I have a Site say "ABC". In that site, i have configured a record which has multiple tabs: summary, cases, audit etc. 

My Requirement is, whenever i click on a tab, the name at the browser tab should show that. For eg, If i click on Summary, the browser tab should show summary. I have attached a screenshot for reference.

I checked, it could be achieved by configuring dynamic display name in the Sites, but I don't know how to achieve that. Is there any code snippet or example for display name using expresssions in SITE.

Thanks in advance

    7 replies

    June 21, 2023

    No, It is not possible to change the tab name for a record view and record header is displayed as a tab name, although you can set this dynamically for a task.

    BTW, where did you check? ChatGPT?

    harshitb6843
    June 21, 2023

    You will not be able to do that and that is for a reason. If you open 3 different records, then there will be no way with which you can identify which one is which just by looking at the tabs.
    The Max control we have is to change the record header. Try changing this to change what is being displayed on your browser tab. 

    mikes0011
    Brainy
    June 21, 2023

    FWIW, your screenshot opens up in such a tiny format I can't make out any particular details.

    The Expression Guru
    June 21, 2023

    Thank you for all your answers. As i mentioned, we can change the tab name by changing the Site name. All I want is a code snippet of Expression based Display name

    stefanhelzle0001
    Brainy
    June 21, 2023

    Sure, you can change the page name, but that does not react on any user interaction. So you are still stuck with a mostly static one. This is meant to provide page names in multiple languages.

    June 22, 2023

    Hi Stefan, Is it possible to extract the current view of the record and print it on Record header?