We have released a small update to the CRM Migration Assistant which includes the following updates: Added 0 and 1 as supported Submit Options Fixed issues with converting .AddOption to .addOption method. Conversion alerts were added for the following JavaScript properties: .title .vAlign .contentEditable .innerText Any .style […]
Read more →One of the most fascinating things I found during the creation of the CRM Migration Assistant is the different methods developers use to access CRM form fields, and other form elements. Normally, people access a form field using the following style of JavaScript: crmForm.all.name This is the […]
Read more →I thought that I would outline some of the conversion techniques that we use in the CRM Migration Assistant to convert JavaScript from the CRM 4.0 object model to the CRM 2011 object model. Many of the techniques we used in CRM 4.0 were technically unsupported. But […]
Read more →One of the most important aspects of the CRM 4.0 upgrade is what will happen to your plugins. The first question to ask yourself is: Do I have any plugins installed? That may seem like a strange question but what if CRM was installed 4 years ago […]
Read more →