Tech Support > Microsoft Windows > Windows CRM > How to customize an entity left pane ,
How to customize an entity left pane ,
Posted by wtcso on September 14th, 2006


Hello,

I would like change the name "sales" in the left pane of an entity.
how can i do it please ?

thanks

WTCSO

Posted by Reece Williams on September 14th, 2006


You can't do this in a supported manner.

The unsupported way is:
var oSection = document.getElementById("_NA_SFA");
oSection.lastChild.data = " MyLabel:";

(there's a space as the first character of the label).

....at least that's the way to change the section text, which I think is what
you're talking about...

HTH,
R.

"wtcso" wrote:


Similar Posts