When a user opens a KB article on the kb_view the browser tab does not show the KB number Issue When a user opens a KB article on the kb_view (ui page not the form view) the browser tab does not show the KB number instead it shows the category and name. Now compare that to viewing a KB article form it does show the number. This only happens in kb_view. Task tables all show fine. Tested OOB Orlando-Rome ReleaseAllCauseThis is seen OOB and is expected and as designed. Knowledge view pages (V3 and portal ) show knowledge_base + short description of the article as the title. As "kb_knowledge.do" page is a form view it shows number as the title. ResolutionA workaround to customize the title of the kb_view page is to use KMArticleViewHeader extension point.Below are the steps to do it...1.Open extension points > UI extension point >KMArticleViewHeader.2. Click on create implementation(present in related links).3. Then add the script to change the title in UI macro within jelly tags (knowledgerecord variable can be used to get the record number).4. Click on submit and you can see the new title in kb_view page.Here is the doc for extension points LINK