Related resources for Business Process
  • Approval Process using Power Automate 9/12/2023 11:45:17 AM. Explore the process of creating an approval workflow using Power Automate. Learn how to set up a SharePoint list, initiate approval requests, customize email notifications, and update list items based
  • Revolutionize Your Business Processes With These 7 AI Tools2/13/2023 4:34:53 AM. In this article, you will learn how to revolutionize your Business Processes with These 7 AI Tools.
  • Restrict Manual Movement Of Stages Using JavaScript in BPF12/22/2021 9:14:02 AM. In certain implementations, we must restrict manual movement of Stages in BPF for a selected record as a business requirement. To achieve this functionality, we can use JavaScript to restrict movement
  • Restrict Stage Movement Based On Roles Using JavaScript In BPF12/15/2021 3:13:48 PM. In certain implementations, BPF Stage movement to be done based on roles. So, this can be achieved by writing custom JavaScript and logic to capture roles of the logged in user. As an example, we cons
  • Move To Next Stage Using JavaScript In BPF12/8/2021 1:31:25 PM. At times we must work on BPF Stages and navigate Stages automatically based on the business requirement, in this post we are going to see how it can be achieved through javascript. As an example, exis
  • Understanding Move Next and Move Previous in BPF12/1/2021 4:25:55 AM. At times we must work on BPF Stages and navigate Stages automatically based on the business requirement, for quick test D365 Client API’s can be used for navigation with predefined methods moveNext an
  • Call Workflow from BPF in Dynamics CRM11/3/2021 8:30:17 AM. We can enhance BPF so that a workflow can be called in between stages. So here, in this post we see in the same vaccination use case send an email to selected contact if vaccination completed.
  • Business Process Flow Enhancements In Dynamics 36511/22/2016 2:30:10 PM. This article is about the new enhancements in Business Process Flow.
  • How to Modify a Business Process in Microsoft Dynamics CRM 201512/31/2014 3:10:58 PM. In this article we will see how to modify a business process in Microsoft Dynamics CRM 2015.
  • Business Process Execution Language for Web Services 1.010/13/2012 5:50:50 AM. Web Services use a loosely coupled integration model to allow flexible integration of heterogeneous systems in a variety of domains including business-to-consumer, business-to-business and enterprise application integration.
  • Business Process Modeling Techniques5/15/2012 8:31:16 PM. In this article, we’re going to illustrate principles and techniques to model business processes and check the underlying design in order to avoid certain anomalies.
  • Receiving Messages With Multiple Schemas in a Single Orchestration5/15/2012 2:10:25 PM. In this article, I will cover how to receive two messages with different schemas in a single orchestration in order to process them instead of creating separate orchestrations for each message with identical business logic. For the solution, I will use the Listen shape along with two Receive shapes each of them listening for different messages.
  • Promoting Schemas Properties in BizTalk Server5/15/2012 1:57:26 PM. A common scenario in a BizTalk solution is to subscribe to a message based on its content or context and make decisions based on the underlying values. This is known as content-based routing. In this article, I will cover the principles and techniques to expose this sort of metadata in BizTalk Server.
  • BizTalk Mapping. Using the Database Lookup Functoid5/13/2012 4:33:30 AM. In this article, I will show how to use the Database Lookup functoid to map incoming XML node to a database table column whose result value is set to a target XML node.