dynamics-365
Here are 251 public repositories matching this topic...
-
Updated
Feb 20, 2020 - C#
-
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.
-
Updated
May 19, 2020 - C#
-
Updated
Mar 31, 2020 - JavaScript
-
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 {
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Oct 22, 2018
-
Updated
May 26, 2020 - PowerShell
-
Updated
Mar 6, 2019 - C#
-
Updated
May 28, 2020 - HTML
-
Updated
May 11, 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
-
Updated
May 7, 2020 - C#
-
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
-
Updated
Apr 24, 2020 - C#
-
Updated
Mar 2, 2020 - C#
-
Updated
Jun 27, 2018 - C#
-
Updated
May 19, 2020 - PHP
-
Updated
Apr 17, 2020 - F#
-
Updated
May 27, 2020 - C#
-
Updated
Apr 6, 2020 - TypeScript
-
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”)