Month: October 2015

Registering custom client handlers for your business process flow stage handlers –Dynamics CRM

This post is in continuation to the my previous post – https://debajmecrm.com/control-crm-2013-business-process-next-stage-and-previous-stage-flow-using-jscript/ In the above post I have showed how you can override the OOB next and the previous stage clicks and make your own functions to fire when the next or previous stage movements happen. Please note that whatever I have mentioned in the …

Registering custom client handlers for your business process flow stage handlers –Dynamics CRM Read More »

{Fix}–SSRS Reports in Dynamics CRM not running under executing user’s context

Wondering how is it possible. I myself was confused when the one of the developers in our project reported this. Surely I thought it is not possible. There is something the developer is confusing with. So I checked the report and what I did is print the logged in userid in the report using the …

{Fix}–SSRS Reports in Dynamics CRM not running under executing user’s context Read More »

{Fix}–Report Parameter changes not taking affect when uploaded–SSRS Reports in Dynamics CRM

Every day brings a new surprise in the life on consultant. And today was also not an exception. We had some SSRS reports for our client which required some changes in the default values of multiple parameters for each of the reports. So our SSRS report developer did all the changes which was pretty quick …

{Fix}–Report Parameter changes not taking affect when uploaded–SSRS Reports in Dynamics CRM Read More »

{knowhow} Clone an entity record programmatically in Microsoft Dynamics CRM using Clone method

Recently in my project the customer came up with a requirement where they needed to clone a record programmatically. They wanted a common API which can be used to clone records of any entities. Normally the requirement would be like there would be a button on the entity record form called ‘Copy Record’ or ‘Clone …

{knowhow} Clone an entity record programmatically in Microsoft Dynamics CRM using Clone method Read More »

{Best Practices} Naming convention for you javascript webresources in Dynamics CRM

Let’s agree to this. In any complex CRM implementations you would end up with lot of client side coding. No matter how much hard you try, you simply cannot avoid them. And why not. With new additions in CRM 2015, the client API of Dynamics CRM is as powerful as it ever was. However believe …

{Best Practices} Naming convention for you javascript webresources in Dynamics CRM Read More »

Typify your HTML webresources in Dynamics CRM using TypeScript

Does the word TypeScript sound familiar to you. Hear it buzzing around you and thinking as a dynamics consultant how and when can I use it, then this post for you. People already expert in typescript, I would rather suggest stop immediately and close this post and move on to something else as this is …

Typify your HTML webresources in Dynamics CRM using TypeScript Read More »