Supported ways of accessing URL addressable Forms/Reports Scripts.

While using CRM there may be conditions in which user wants to open forms and reports programmatically. For this we can write the scripts which will open the forms and reports. Open CRM forms using script: The form can be open using openEntityForm(); method.           Syntax :  Xrm.Utility.openEntityForm(name,id,parameter);   Parameters :   Ø  name: (Required… Read More: Supported ways of accessing URL addressable Forms/Reports Scripts. »

Custom Workflow Activities for Microsoft Dynamics CRM Online

With Polaris it is now possible to register Custom workflow assembly for CRM Online as well. In continuation of our earlier series here where we provided the steps to use the Developer Kit, we have now added the steps to create Workflow activities for CRM Online using the new version of the developer toolkit that… Read More: Custom Workflow Activities for Microsoft Dynamics CRM Online »

Add mapping for custom attribute of Order product to Invoice product

To map custom attributes of Opportunity Product to Quote Product, Quote product to Order Product and Order product to Invoice product CRM does not provide direct access to the “Mapping” page. To get the mapping page, you need to follow below steps. Below are the steps to set the mapping of Order product and Invoice… Read More: Add mapping for custom attribute of Order product to Invoice… »

Display more than 2000 characters in SSRS report

We would like to share one of our experiences with SSRS reports. One of the reports we were building required displaying of notes that could hold more than 2000 characters.     Including a text box worked fine for most of the records but we observed that the ones that had more than 2000 characters… Read More: Display more than 2000 characters in SSRS report »

Import attachments using OOB Import Wizard in Dynamics CRM 2011

  As we all know that the there is no separate entity for the attachments in Dynamics CRM 2011. We can add the attachments into the Note (annotation) entity.   But in order to import Notes and attachments in the CRM 2011, it is essential that you must have the separate files for them. For… Read More: Import attachments using OOB Import Wizard in Dynamics CRM 2011 »

Report not running on more than 25 records

We created  a SSRS on-premise report using CRMFiltered parameter and the report was working fine except for the case when we ran this report on more than 25 records. In that case the report was crashing. When we used Diagnostic Tool then we found the below error. The error was that it was concatenating the… Read More: Report not running on more than 25 records »

Update Rollup 11 now available!

Update Rollup 11 for Dynamics CRM 2011 is now available for download from http://www.microsoft.com/en-us/download/details.aspx?id=34969This update includes compatibility with Windows 8 and IE10 besides other fixes. A complete list of this can be found at http://support.microsoft.com/kb/2739504In addition to this, a few days back new bits for UR10 were made available. These included fix for issues reported from the… Read More: Update Rollup 11 now available! »