var headerElement = document.getElementById("leftNavBreadcrumbText");
if (headerElement != null) {
//Can change style in any way
// headerElement.style.color = [Select color]
headerElement.innerHTML = 'More info about this record...';
}
Microsoft CRM 4.0 and 5.0 related posts. JavaScript and API tips and tricks. CRM customization and programming.
0 comments:
Post a Comment