- 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
- customize the entity navigation pane (Windows CRM) by j.wieder@gmx.de
- New entity in navigation pane (Windows CRM) by Harm Vestjens
- Removal of Entity Navigational Pane Items (Windows CRM) by Ben
- Customize entity (Windows CRM) by Eran Arkush
- Can we add areas in a Navigation Pane of an Entity Form? (Windows CRM) by Alexandra Ribeiro

