Category Archives for "Transformer!"

CRM Migration Assistant 1.3.1 Released

We’ve made a couple of changes to the CRM Migration Assistant this week. You may download the trial version here.   Navigation Element Conversion The conversion of navigation elements ( navActivities, navActivityHistory, etc. ) was initially added to convert code like this: var myvar = document.all.navOpps.style.display;   into this: var myvar = Xrm.Page.ui.navigation.items.get("navOpps").getVisible();   An […]

Continue reading

CRM Migration Assistant 1.3 Released

Version 1.3 of our JavaScript conversion tool, CRM Migration Assistant has been released. More information is available here.   Release Notes This month’s release focused mainly on enhancements to the conversion process.   Bug Fixes Corrected an issue that produced an error when connecting directly to CRM 4.0 to extract customizations.   Corrected an connection […]

Continue reading

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 Migration Assistant 1.1 Released

I am proud to announce version 1.1 of the CRM Migration Assistant, our JavaScript conversion tool. In this release, we’ve added the following major features: Enhanced documentation on the conversion process Additional JavaScript conversions have been added to correct issues found by customers or our own research Conversion of JavaScript files from a folder The […]

Continue reading

CRM Migration Assistant has released

As I mentioned a couple of weeks ago, I’ve been working on a tool to help developers convert their JavaScript from the CRM 4.0 to CRM 2011 object model. Well today, I am proud to say that the CRM Migration Assistant is officially released! Read more about it on our product page.

Continue reading