How to remove text preceding window title

With branding set to true, the window title can be set. This, however, is preceded by the name of the solution and the name of the form; neither of which is relevant to the end user.

Is it possible to remove this from the window title bar? It looks really unfinished for a deployed application.

Screen Shot 2022-02-03 at 2.12.16 pm.png

Hi Roddy,

Even without branding set to true you can set the solution name and form names. Both objects have a property ‘titleText’. When you set that to ‘’ (yes, with the angled brackets) then they won’t show in the title.
This has been possible since version 1.x :)

Hope this helps.

Laughing at the timing of this. We were just struggling with this yesterday and came to the same solution via this forum post from 11 years ago.

viewtopic.php?f=6&t=17010

Maybe we can get this feature/config option better exposed or documented so others don’t spend soo much time on trying to solve it too.

In NG, you can change your pages easily by creating an NG service yourself and create a function that will set anything you like. In this case the window title.
If you already have your own service, I’d say this is a 5 min. job.

@mboegem; I have no context for what you are describing at all… apologies but I cannot make heard nor tail of it.