Posts

Showing posts from June, 2009

Add an information message in CRM form

Image
With the following script, you can add an information message to a CRM form var newcontent = document.createElement("div"); newcontent.id = "message"; newcontent.style.border = "solid 1px black"; newcontent.style.marginLeft = "10px"; newcontent.style.marginRight = "10px"; newcontent.style.marginTop = "0px"; newcontent.style.marginBottom = "4px"; newcontent.innerHTML = "<table border="'0'" cellspacing="'0'" cellpadding="'4'"><tr><td style='width:20px;background-color:#FFFFAE'><img src="'/ico/16_info.gif'/" /></td><td style='font-family:Tahoma;font-size:11px;padding-left:8px;background-color:#FFFFAE;width:100%'>This is an information message.</td></tr></table>"; var scr = document.getElementById(elementId); scr.insertBefore(newcontent, scr.firstChild); Juste replace ele

New tool! Header Builder

Hi, I developed a new tool, a small one this time. It simply allows you to create a new header for Microsoft Dynamics CRM 4.0 application. Some customers don't want to highlight the name and logo of the solution and prefer to put their own company logo instead. With this tool, you can choose an image and merge it with the header background of Microsoft Dynamics CRM 4.0. The programm manages transparency, size and position of the image on the header background. You can then save the new header iamge and replace the original one located in CRMWeb\_imgs\masthead.jpg (don't foget that it is unsupported and you must backup the original file) No screenshot for the moment Download: