Dynamics-365-Workflow-Tools VS fake-xrm-easy

Compare Dynamics-365-Workflow-Tools vs fake-xrm-easy and see what are their differences.

Dynamics-365-Workflow-Tools

Dynamics 365 Workflow Tools is a Community solution that expands Microsoft Dynamics 365 (CRM) Workflow features with lots of new posibilities. This helps you to build very advanced Codeless solutions in CRM. (by demianrasko)

fake-xrm-easy

The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you (by jordimontana82)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Dynamics-365-Workflow-Tools fake-xrm-easy
3 1
451 263
- -
2.8 0.0
4 months ago about 2 months ago
C# C#
Microsoft Public License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Dynamics-365-Workflow-Tools

Posts with mentions or reviews of Dynamics-365-Workflow-Tools. We have used some of these posts to build our list of alternatives and similar projects.
  • Can I prevent users from closing opps as won?
    1 project | /r/Dynamics365 | 2 May 2023
    As a very similar alternative to above, but without the need for a new field, you could install Dynamics 365 Workflow Tools (https://github.com/demianrasko/Dynamics-365-Workflow-Tools) and use the ismemberofteam workflow step (https://github.com/demianrasko/Dynamics-365-Workflow-Tools/blob/master/docs/IsMemberOfTeam.md) to check if the modified by user is in the back office team.
  • Check any activities in lead when moving to next stage in bpf
    1 project | /r/Dynamics365 | 9 Sep 2022
    You could use Dynamics-365-Workflow-Tools within a real time workflow use the Rollup Functions method to count the number of activities regarding to the lead an throw an error with a custom message via stopping the workflow when the count is less than 1.
  • Is it possible to create an app that filters records in Dynamics CRM based on a condition?
    1 project | /r/Dynamics365 | 4 Jan 2021
    The logic below would work using share / unshare if you install Demian Ruskos workflow tools (https://github.com/demianrasko/Dynamics-365-Workflow-Tools) or with out of the box assign / unnasign if you get your business units working.

fake-xrm-easy

Posts with mentions or reviews of fake-xrm-easy. We have used some of these posts to build our list of alternatives and similar projects.
  • Which programming paradigm had the most impact on you as an engineer and why?
    1 project | news.ycombinator.com | 27 Oct 2022
    As a C# developer, F# is something I long to learn. I heard about F# until I had to adjust some build script which I thought is elegant [1]. I did try some F# tutorials at free time, but nothing that would make me comfortable and "click" on how to write functional code.

    But I long to bring some improvements to code correctness that can be statically checked by embracing immutability, pattern matching with discriminated unions where compiler ensures you have handled all cases, typing system which makes illegal state impossible... those are just some features I spotted could be very useful. On top of that, F# code seems so much shorter.

    [1]: https://github.com/jordimontana82/fake-xrm-easy/blob/master/...

What are some alternatives?

When comparing Dynamics-365-Workflow-Tools and fake-xrm-easy you can also consider the following projects:

awesome-dotnet-core - :honeybee: A collection of awesome .NET core libraries, tools, frameworks and software

PowerPlatform-DataverseServiceClient - Code Replica for Microsoft.PowerPlatform.Dataverse.Client and supporting nuget packages.

xRM-Portals-Community-Edition - The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.

DivertR - The .NET mocking framework for integration testing.

Crm.Specflow - D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.

CreateAndFake - A C# class library that handles mocking, test data generation, and validation.

eShopOnWeb - Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.

azure-functions-sample-unittest-integrationtest - Sample application to showcase how one can implement Unit and Integration testing for an Azure Functions application