Showing posts with label Customer Experience. Show all posts
Showing posts with label Customer Experience. Show all posts

Saturday 11 March 2023

Dynamics 365 CE: When to use OOB Workflows vs Power Automate Flow

Both Workflows and Power Automate Flows can be used to automate business processes in Dynamics 365 CE, but they have some differences that may make one more suitable than the other depending on the specific scenario.

Here are some general guidelines to help you decide which to use:

  1. Complexity of the process: Workflows are best for simple, linear processes that require only basic logic and don't involve multiple entities. Power Automate Flows, on the other hand, can handle more complex processes that involve multiple entities, conditional branching, looping, and more.

  2. Real-time vs. batch processing: Workflows are designed to run in real-time, meaning they are triggered immediately when a specific event occurs in Dynamics 365 CE. Power Automate Flows, on the other hand, can be triggered in real-time or can be scheduled to run at specific times, making them more suitable for batch processing scenarios.

  3. Integration with external systems: Power Automate Flows have built-in connectors that allow you to easily integrate with external systems like SharePoint, Twitter, and Salesforce. Workflows do not have these connectors, so if you need to integrate with external systems, Power Automate Flows may be the better choice.

  4. User interface: Workflows are created using a point-and-click interface within Dynamics 365 CE, while Power Automate Flows are created in a separate web-based interface. If you prefer to work within Dynamics 365 CE, workflows may be the better choice.

  5. Licensing: Power Automate Flows require a separate licensing, whereas workflows are included in the Dynamics 365 CE licenses.

In summary, Workflows are best for simple processes that require real-time processing and limited external integration, while Power Automate Flows are best for more complex processes that require batch processing and/or integration with external systems.

Sunday 5 March 2023

Dynamics 365 Customer Experience Focus Areas: Functional Consultant (Beginner Level)

As a beginner in Dynamics 365 CE, there are several areas a functional consultant should focus on learning:

  1. Understanding the basics of Dynamics 365 CE: A functional consultant should have a good understanding of the basics of Dynamics 365 CE, including the components and architecture of the system, how to navigate the user interface, and how to use the various features and functionalities.

  2. Data management: A functional consultant should have a good understanding of data management in Dynamics 365 CE, including how to create and manage records, import and export data, and perform bulk data operations.

  3. Customization: A functional consultant should have a good understanding of how to customize Dynamics 365 CE, including how to modify forms, views, and dashboards, and how to create custom fields, entities, and workflows.

  4. Business processes: A functional consultant should have a good understanding of how to model business processes in Dynamics 365 CE, including how to define workflows, automate tasks, and configure business rules.

  5. Integration: A functional consultant should have a good understanding of how to integrate Dynamics 365 CE with other systems, including how to use web services, APIs, and third-party connectors.

  6. Reporting and analytics: A functional consultant should have a good understanding of how to create and manage reports and dashboards in Dynamics 365 CE, including how to use advanced analytics tools and features.

  7. Security and permissions: A functional consultant should have a good understanding of security and permissions in Dynamics 365 CE, including how to configure user roles and permissions, and how to set up data access policies.

By focusing on these areas, a functional consultant can gain a solid understanding of Dynamics 365 CE and be able to effectively design, configure, and manage the system to meet the needs of their organization. 

Scenarios to use Virtual Table in Dataverse (Power Platform)

Virtual tables in Dataverse provide a way to access extern al data sources without requiring data replication or synchronization. Here are...