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.

2 comments:

  1. Latest version doesn't appear to install (i.e. remains in plugin update list).

    ReplyDelete
  2. Thanks James,
    This issue is resolved in next release(1.2017.11.4).

    ReplyDelete

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