Enterprise Portal – titlebar issue
When you modify the PageTitle property of a new Page Definition to a label with a ‘special’ character in it. You will see that the title is not rendered well. For example when you use a é it will be rendered as é. I logged this case with Microsoft and for the moment there is no fix for this issue, but they suggested a simple workaround.
Workaround:
When you edit your page in Sharepoint, you can remove the ‘Dynamics Page Title Web Part’ and replace it by the old ‘Page Title Web Part’
Explanation:
The reason why there are two Web Parts is mainly the “Page Title Web Part” is the old Web Framework (Dynamics AX 4.0) – and rendering takes part in X++ code while “Dynamics Page Title Web Part” is implemented completely in C#.
(Source: Microsoft)
Tags: Ax 5.0 (2009), Enterprise Portal, Programming, Tips & Tricks
This entry was posted on Monday, June 21st, 2010 at 06:00 and is filed under Dynamics AX. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


June 25th, 2010 at 15:24
Enterprise Portal – titlebar issue (part 2) | Doens.be says:[...] « Enterprise Portal – titlebar issue [...]
July 15th, 2010 at 17:38
Just got news from Microsoft and they made a non-public KB that should solve this issue. The KB number is 2278857.
I’ll update this post when this fix actually works…