Daily Archives: September 30, 2011

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