Thursday 25 May 2017

Xrmtoolbox SoapLogger


Xrmtoolbox has made Dynamics CRM developer life easy.
Dynamics CRM or now Dynamics 365 provide out of box way to execute our workflows. We can execute on demand workflows from CRM for multiple and single record on click of Run Workflow. In Dynamics CRM 2013 onwords CRM has launched a new process know as Action. We can create Action and call them from JavaScript or plugin. In Dynamics 365 we can call Action in workflow also. But their is limitation in Dynamics 365 that we cannot run Action on single click as we can do for workflow on single click. 


To resolve that I have created a plugin for XRMTOOLBOX, with the help of this Plugin you can execute Action for any entity. It will show list of all Action based on selected entity. It will get one record as default on action selection, but user can change this record id based on their requirement. On click on Run button it will execute that Action and return you request and response string in first text box. On click of >> button it will convert that output string in format that can be used in JavaScript or C# directly. Their are two button in bottom to copy that string to clipboard.
This plugin support .net 4.5.2 version.







You can download plugin form below link. I have also shared the project if any one want to enhance functionality.
Download Plugin
Please leave your comment.

Monday 15 May 2017

Xrmtoolbox Role Replicator


Xrmtoolbox has made Dynamics CRM developer life easy. 
I have created a plugin for Xrmtoolbox developers with the help of this plugin:-
  1. You can check user's Security roles.
  2. You can check user's Teams.
  3. You can check user's Queue.
  4. This tool allow you to copy one user Security roles, teams and Queues to list of selected users. 

Note
: Selected users and copy from user should be of same business unit.
This plugin support .net 4.5.2 version.








You can download plugin form below link. I have also shared the project if any one want to enhance functionality.
Download Plugin
Please leave your comment.

Friday 5 May 2017

Dynamics 365 and Internal Chat


Most of the time in Dynamics 365 we needs some functionality to add Chat.
We want to communicate with Dynamics CRM. There are some third party which allow user chat from Portal to dynamics CRM or Dynamics unified service
Unfortunately Dynamics not give and built-in capability for this.
But Dynamics 365 developer can build their own customization to achieve this.

I am sharing the solution with help of these can integrate Internal Chat in your Dynamics 365.
You can send your instance message to other users. They can see message on single.
I have added a global button in Site map bar. So user can use this feature anytime.







Download Solution
Please leave your comment.

Field Security Profile - Based on Owner

 Recently received requirement related to Field security profile. Expectation : - 1.       Set to users need access of secure attributes. 2....

Test