dynamics-365
Here are 251 public repositories matching this topic...
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.
-
Updated
Feb 20, 2020 - C#
A tool for CRM 2015/2016 & D365 CE (7.0+) Online & On Premise to generate JavaScript code using the 2011 & Web API REST endpoints.
-
Updated
Feb 28, 2020 - JavaScript
On SDK documentation it is said that for example with Delete message Target of InputParameters is EntityReference. I've seen on few occasions developers forgetting this when implementing unit tests and they've used Entity type instead of EntityReference.
xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
-
Updated
May 19, 2020 - C#
DynamicsWebApi is a Microsoft Dynamics 365/Common Data Service Web API helper library for JavaScript
-
Updated
Mar 31, 2020 - JavaScript
The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
-
Updated
Feb 10, 2020 - C#
A good (best) mocking framework for the client side Xrm.* code, perhaps in combination with FakeXrmEasy-Js for Xrm.WebApi.*
Instruction/Documentation for how to combine form scripts created using XrmDefinitelyTyped with a mocking framework, such as xrm-mock would be awesome. Especially how to avoid clashes between the static @types/xrm and @XrmDefinitelyTyped typings.
When it tries to populate string fields with the format of email, a popup is displayed stating 'invalid email address'. The following code should fix it:
case 'string':
if (a.getFormat() === 'email') {
a.setValue('string@string.com');
} else {
A promise-based JavaScript library for the Microsoft Dynamics CRM WebApi - TypeScript type definitions available
-
Updated
Apr 4, 2020 - JavaScript
DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
-
Updated
Oct 22, 2018
VSTS Extension for Dynamics 365 Customer Engagement
-
Updated
May 26, 2020 - PowerShell
To make of you a Ninja Developer in Dynamics 365 For Finance and Operations
-
Updated
Mar 6, 2019 - C#
This is a utility allowing admins of Dynamics CRM Online & onPrem to edit organization database settings (aka: OrgDBOrgSettings). This allows you to edit your settings without using the command line utility in the KB article documenting "OrgDBOrgSettings." The utility is written using the CRM SDK as a reference and currently all changes and retrieval of settings are done via the CRM's OData Endpoint and is installed via a managed solution containing several webresources and can easily be installed and uninstalled from your CRM environment.
-
Updated
May 28, 2020 - HTML
Engine which simulates your exact Dynamics 365/CRM instance locally including all of it's logic!
-
Updated
Jun 5, 2020 - C#
Sometimes statuscode field is not located on the form. A button for setting related record state and status code. Popup design will be same with CRM deactive record popup.
-
Updated
May 4, 2020 - TypeScript
A collection of projects and items template for develop Dynamics 365 Crm
-
Updated
May 7, 2020 - C#
Tool to generate early-bound .NET classes and enumerations for MS Dynamics 365/CRM server-side coding.
-
Updated
Apr 6, 2020 - F#
Addition of culture localization in Date format can be of great help.
e.g.
For example if someone want to get date string(month name & day name) in Turkish then it should be possible
Custom workflow actions that deal with emails in Dynamics CRM 2015, 2016, & D365/CE (v7.0+)
-
Updated
Apr 24, 2020 - C#
Boilerplate code for testing Dynamics 365 / CRM code locally
-
Updated
Mar 2, 2020 - C#
Assigning Case to Appropriate Team User Using Plugin in Dynamics CRM / 365
-
Updated
Jun 27, 2018 - C#
Dynamics 365 Web API Toolkit for PHP
-
Updated
May 19, 2020 - PHP
A framework for automating a lot of xRM development processses. By using simple F# script commands/files one can save a lot of time and effort during this process by using Delegates DAXIF# library.
-
Updated
Apr 17, 2020 - F#
Tools for Dynamics CRM
-
Updated
May 27, 2020 - C#
Dynamics 365 Web Api TypeScript module
-
Updated
Apr 6, 2020 - TypeScript
[Work In Progress] Take backup of whole D365 organization or export multiple solutions.
-
Updated
Jun 5, 2018 - C#
Improve this page
Add a description, image, and links to the dynamics-365 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dynamics-365 topic, visit your repo's landing page and select "manage topics."



In a multiroot workspace, in VSCode, there's a launch.json per project. In documentation it says that you can add the launch settings in the user-settings or the workspace-configuration, but AL still looks for a launch.json in the .vscode folder?
Is it possible to get this working?
https://code.visualstudio.com/docs/editor/debugging (under“Launch Configuration”)