There are occasions which some of us may experience during or shortly after the upgrade of a Dynamics CRM 4.0 system to CRM 2011 where we discover we have plugins that cannot be removed by the Plugin Registration Tool. Most of the time this is caused by […]
Read more →I was moving some custom code into a customer’s development environment when I noticed what I consider a breaking change that I am assuming was added in Update Rollup 12. The URL field on an iFrame’s properties is now converted to a fully-qualified URL. Imagine starting with […]
Read more →The recording today’s webinar is now up: http://www.xrmvirtual.com/events/javascript_upgrade_crm2011_Mitch_Milam Here are the main talking points from today’s meeting: Strategies: Here are the strategies I follow when performing an upgrade from CRM 4.0 to CRM 2011: #1: Create a test environment #2: Upgrade your object model #3: Use Visual […]
Read more →Version 1.7 of the Dynamics CRM documentation tool, SnapShot! has been released. Visit the product information page for details and to download a sample report. Change in this version include: JScript Library Usage Report This report shows what libraries are referenced by which forms: JScript Function […]
Read more →In Dynamics CRM 4.0, you could use an unsupported internal function to create the value to be inserted into a Lookup control. The code would look something like this: var lookupItem = new Array(); lookupItem[0] = new LookupControlItem(“{3A6C1B06-C62F-DC11-AFC2-0019B9B20373}”, 1, “A Sales Store 3”); crmForm.all.pricelevelid.DataValue = lookupItem; […]
Read more →Hi Everyone, Version 3.1 of the CRM Data Explorer has been released. You can download the new version here: http://www.crmaccelerators.net/products/crm-data-validation-2/crm-data-explorer-download-trial-request/ This release is mainly to correct connection issues with Office 365 and CRM On Premise with ADFS. If you had connection issues with the previous version, I […]
Read more →I had several request for a version of SnapShot! that did not require a license for each organization which it was connected to. SnapShot! Ultimate can connect to any number of CRM Organizations. Read more about it on the SnapShot! product page. A Minor Update I […]
Read more →Occasionally I will run into JavaScript that was added to a form to provide functionality desirable by the business. I have seen several instances where code such as this: if (crmForm.all.emailaddress1 != null) { crmForm.all.emailaddress1.ondblclick = function () { var email = crmForm.all.emailaddress1.DataValue; if ((email != […]
Read more →JavaScript Conversion Discussions Webinar (September, 2012) We’ll discussed the technical aspects of converting your JavaScript from CRM 4.0 to CRM 2011, as well as the processes that will aid in the overall upgrade process. Tools to Help Your Conversion: JavaScript Converter http://dynamicsxrmtools.codeplex.com CRM JavaScript Conversion Assistant […]
Read more →I’ve decided to drop the price of my Marketing List Manager for Dynamics CRM 2011 to $98 ( from $249 ). For more information, visit the product page.
Read more →