Version 3.0 of Transformer! for Dynamics CRM is now available. The main addition to this version is the ability to read Dynamics CRM 2011+ solution files. In addition, the following conversions were added: crmForm.all.name.DataValue = crmForm.all.ownerid.InnerText; Converts to: Xrm.Page.getAttribute(“name”).setValue(Xrm.Page.getAttribute(“ownerid”).getValue()[0].name); if (crmForm.all.new_location.InnerText != “Pool”) { Converts to: if […]
Read more →A new version of Transformer! is now available. This version updates the underlying SDK assemblies that are used to communicate with Dynamics CRM so that Transformer! can now communicate with Dynamics CRM 4.0, 2011, 2013, and 2015. Learn more about Transformer! by visiting the product page.
Read more →My Dynamics CRM JavaScript converter, Transformer!, has been updated to version 2.9. Visit the Transformer! product page for more information about the product and the conversion process or download the documentation. In This Update: We have added several additional JavaScript object model conversions: document.getElementById("tab1Tab") converts to: […]
Read more →Hi Everyone, I have an update to Transformer!, my JavaScript conversion utility for Dynamics CRM. You may download the trial version here: http://www.crmaccelerators.net/products/transformer/crm-migration-assistant-demo-request/ Updated documentation may be found here: http://www.crmaccelerators.net/downloads/TransformerDocumentation A full sample conversion may be downloaded here: http://www.crmaccelerators.net/downloads/sampleconversion And just the conversion […]
Read more →Besides the JavaScript conversion itself, Transformer! produces a Conversion Report that contains a wealth of information to help you migrate your JavaScript from the Dynamics CRM 4.0 object model to the Dynamics CRM 2011/2013 object model. Transformer! will perform a bulk of the JavaScript conversion without issue, […]
Read more →Version 2.6 of Transformer!, the ultimate Dynamics CRM JavaScript conversion tool is now available. New in this release: New Transformations: 1. .GetControl Now converts to .getControl 2. crmForm.attachEvent(“onsave”, onsave); crmForm.all.productid.attachEvent(“onchange”, productonchange); Now converts to: Xrm.Page.entity.addOnSave(onsave); Xrm.Page.getAttribute(“productid”).addOnChange(productonchange); 3. crmForm.all.new_name.fireEvent(“onchange”); Now converts to: Xrm.Page.getAttribute(“new_name”).fireOnChange(); 4. document.getElementById(‘crmFormSelector’).innerText; […]
Read more →Hi Everyone, Well I’ve yet again changed the name of my JavaScript conversion tool for Dynamics CRM, added a bunch of new features, and changed the licensing to better match my other products. Visit the product page here. Here’s an overview: JavaScript Conversion Since the initial […]
Read more →One of the most difficult parts of converting JavaScript from CRM 4.0 to 2011 is handling situations where the developer did not use a terminating semicolon. Actually, this is a problem with JavaScript in general, as I was reminded this week when I listened to the Drama […]
Read more →During my recent JavaScript Conversion discussions webinar I showed a list of Supported and Unsupported keywords. I’ve created a page so that you can view them without having to download the webinar support materials. If you run into something that is not on either of these lists, […]
Read more →I am very proud, and a little relieved, to announce that general availability of the CRM JavaScript Conversion Assistant 2.0. Download the trial version now or visit our product page for more information. New Name The product formally known as the CRM Migration Assistant has been […]
Read more →