Posts

Showing posts with the label Business Process Flows

PL 400: troubleshoot processes (Implement processes)

Image
Troubleshooting is the systematic and structured approach to problem solving that is often used to find and fix issues. It exists at a higher level than debugging and applies the business process flow to the source of the problem and a logical, systematic search to solve it. There are several common issues in the business process flow : License Issue: The business process flow features are associated with the license. For use of this feature, the developer or app maker must be assigned by the appropriate license. Without these licenses, this feature will not be visible. Those licenses are below: Dynamics 365 Sales Premium Dynamics 365 Sales Enterprise Dynamics 365 Sales Professional Access Denied: Each business process flow definition that is represented as a custom entity comes with its own set of privileges that can be edited in the same security role as any other system or custom entity. We can specify privileges for the security role in the Business Process Flow tab. Use browse...

PL 400: create, manage, and interact with business process flows by using server-side and client side code(Implement processes)

Image
The business process flow provides a visual guide to the end user through a defined process to accomplish multi-step tasks. Generally, organizations have complex and lengthy processes to complete tasks which leads to mistakes and time consumes the time of the user. But the business flow process aligns those tasks and creates a visual sequence of tasks to make it easier for the end users. As such, Microsoft recommends using the Visual Business Process Flow Designer to define business process flows, they provide limited capabilities for updating business process flows with constraints. By default, a business process flow record is created in the draft state and its definition is stored in the workflow entity and the stage information for the business process flow is stored in the processstage entity. The custom business process flow entity has Organization scope. For the create, retrieve, update and delete, user needs the privileges and these permissions provide according to role based. ...