Monthly Archives: July 2011

CRM Migration Assistant 1.2 Released

I’m proud to announce the release of version 1.2 of our CRM JavaScript conversion utility, the CRM Migration Assistant. New Features The following new features were added: QuikStats Lists the following statistics on the conversion process: Number of files Number of lines of JavaScript Conversion time Find Duplicates Two additional reports are create that track […]

Continue reading

CRM 4.0 Developers: Unsupported JavaScript usage question

Hi Everyone, I’m adding some new conversion points to my JavaScript conversion tool, CRM Migration Assistant, and I am curious if anyone has used any of the following internal CRM 4.0 objects or methods: crmForm.detachCloseAlert(); crmFormSubmit.crmFormSubmitSecurity.value crmFormSubmit.crmFormSubmitId.value crmFormSubmit.crmFormSubmitObjectType.value   If you have, I’d love to see some sample code to see how you were using […]

Continue reading

CRM 2011 Debug Information Page

An excellent post today from EMEA Dynamics CRM Support that is worth sharing: CRM Debug Information Page Each CRM installation has an out-of-the box ASPX page that contains basic information regarding your CRM (verified for CRM 4.0 and CRM 2011) installation. If you refer to the following URL: http://ServerName:Port/OrgName/home/home_debug.aspx     (replace ServerName, Port and OrgName to […]

Continue reading

1 Web Resource Naming

I found something quite interesting while working on my CRM Migration Assistant JavaScript conversion tool. We you create a web resource, you, the developer, are responsible for prepending the name of the web resource with the proper Customization Prefix. The second rather interesting fact is that CRM doesn’t care what that prefix is. It seems […]

Continue reading

4 CRM 2011 Development Skeleton

Back in 2009 I released a small Visual Studio solution that contained all you needed to get started connecting and communicating with CRM 4.0: CRM 4.0 Development Skeleton It was fairly popular, having almost 1,000 downloads over the course of almost two years. I finally blocked out the time and updated the skeleton for CRM […]

Continue reading