Skip to main content

Dynamics CRM Development: Tips and Tricks – Calling a Workflow from Ribbon Button

There are a lot of quick ways of doing things in Dynamics CRM but developers struggle in finding how. Today I am going to explain how to call a workflow on a custom ribbon button.
Let’s say you have a situation, where you want to perform some operation on customribbon button on “click event”. Let us take an example. I have a button on OPPORTUNITY form called‘ConfirmRequest’. On the click event of this button I have to generate an ORDERandalso want to send an email. The best way to achieve this is by creating a workflow. Butthe issue is, how to call workflow on the button click.
There are many solutions posted on the web, that involve using JavaScript, web resources etc. however there is a much easier way that requires no coding.
For this we use Ribbon Workbench. The same can be downloaded from the link https://www.develop1.net/public/Download%20Ribbon%20Workbench%202013.aspx. Download and install the solution in your CRM instance.
Here are the steps to follow:
  • Create a workflow, for example – I created a workflow called Generate Order from Opportunity.
  • Extract the GUID of this workflow with the help of advanced find. Here is how you do it:
  • Open advanced find window
  • Look for processes and search for your workflow name
    Soluzione IT services,Dynamic CRM Development services
  • Export to Excel and extract the GUID of the proceed from the column A called (Do Not Modify)Process
  • Load the new solution into the Ribbon Workbench with OPPORTUNITY entity.
  • Soluzione It services,CRM development services,CRM Services

  • Expand the commands, “Solution Elements” tab. 
    Soluzione CRM  Development services
          

Comments

  1. Nice blog post, regarding CRM software development and tips and tricks. It is really difficult to manage a CRM without any experience. Thanks for sharing such an informative knowledge.

    ReplyDelete
  2. I just want to mention Cleveroad company, which has great expertise in custom CRM development. Feel free to ask our managers

    ReplyDelete
  3. Nice Blog! Keep it up. I am looking for these kinds of blogs for the last many days. Thanks for sharing it with us. CRM Development Services

    ReplyDelete
  4. This is very useful information for any Salesforce Developer. We are highly experienced in salesforce crm consulting .Please keep updating this type of article.

    ReplyDelete
  5. Such a great article! Thanks to share!
    QSS Technosoft’s customized CRM Software Development services focus on improving your sales while maintaining relevant sales relationships with other clients proficiently.

    ReplyDelete

Post a Comment

Popular posts from this blog

Harnessing Mobility with Dynamics 365 & Powerapps

Today, the business progressively depends on mobile technology. The next  generation  of enterprise mobility will be about  driving a continuous,integrated mobile experience – giving employees, customers, and partners the ability to pick up any device and have immediate access to all of the data, tools, interfaces, and controls they want. But they need to be able to do this without negotiating data security and integrity  Enterprise Mobile computing lets us tackle nearly any vocational  task  from  our  phones. Mobile  apps  for business  tasks  have  lagged  behind. Those  apps  that  do exist  have  not   always  been  as  comprehensive or available  as  desktop  solutions. Microsoft  saw  this issue and  presented  a cure: Microsoft Power Apps, which  is  part of   Microsoft Dynamics 365. Mobility wit...

Auto Counter in CRM

For Microsoft Dynamics CRM 2015/2016 , one of the major challenges faced by developers is generating Auto numbers on various entities. To overcome this, Soluzione IT services releases  “Solz Auto Counter” solution to automate the process of adding counters to the CRM entities. It allows user to configure counter for default as well as custom entities. Here, you can put any prefix, suffix, counter zero padding and specified date formats with Auto numbering. You can set initial value of counter and its incremental value as well. At any point of time it can be activated or deactivated. You can also provide Security Role as per the user access in Dynamics CRM, it can be Read Only or Admin Access. One can configure the Auto counter as per the example given below. 1.Install the SolzAutoCounter solution in Dynamics CRM by importing the managed solution. After it is successfully installed you should have SolzAutoCounter in your solutions as below. 2.Clicking on the Auto Coun...