Filter Array in Power Automate:
Use the Microsoft Dataverse Web API
Use the Microsoft Dataverse Web API
Note
Unsure about entity vs. table? See Developers: Understand terminology in Microsoft Dataverse.
Call third party webapi from plugin using secure/ unsecure configuration (Sample C# code)
Call third party webapi from plugin using secure/ unsecure configuration (Sample C# code)
Create a note in Dynamics 365 using C# Plugin
Create a note in Dynamics 365
//add a noteWhat's the $ in front of a string in C#?
What's the $ in front of a string in C#?
$
is short-hand for String.Format
and is used with string interpolations, which is a new feature of C# 6. As used in your case, it does nothing, just as string.Format()
would do nothing.
What's the @ in front of a string in C#?
What's the @ in front of a string in C#?
It marks the string as a verbatim string literal - anything in the string that would normally be interpreted as an escape sequence is ignored.
Difference between \r\n, \r, and \n
Difference between \r\n, \r, and \n
\r
= CR (Carriage Return) → Used as a new line character in Mac OS before X\n
= LF (Line Feed) → Used as a new line character in Unix/Mac OS X\r\n
= CR + LF → Used as a new line character in Windows
Utilising Pre/Post Entity Images in a Dynamics CRM Plugin
Utilising Pre/Post Entity Images in a Dynamics CRM Plugin
Lets take a closer look at how Pre and Post Images can be implemented as part of a CRM Plugin…
Tutorial: Write and register a plug-in
Tutorial: Write and register a plug-in
This tutorial is the first in a series that will show you how to work with plug-ins.
Sample Workflow Acitivity C# code
Sample Workflow Acitivity C# code
The following sample workflow activity returns the next birthday. Use this in a workflow that sends a birthday greeting to a customer.
Tutorial: Create workflow extension
Tutorial: Create workflow extension
Goal
The example below will create a simple custom workflow activity that may be used in a workflow, dialog, or action process. More information: Configure workflow stages and steps
This custom workflow activity will match the following requirements:
- Accept an decimal input parameter
- Output a value equal to the input parameter plus 10.
Manually Install [Export Security Role] tool on XrmToolBox
Manually Install [Export Security Role] tool on XrmToolBox
Download the file from below link:
https://github.com/arshad1234517/Export-Security-Role-File and add the dll under the xrm tool box.
Using Git source control in VS Code
Using Git source control in VS Code
Visual Studio Code has integrated source control management (SCM) and includes Git support out-of-the-box. Many other source control providers are available through extensions on the VS Code Marketplace.
A sample timeline of Business Central Implementation
Microsoft Dynamics 365 Business Central Implementation Plan
BUSINESS CENTRAL WAREHOUSE MANAGEMENT SYSTEM (WMS)
BUSINESS CENTRAL WAREHOUSE MANAGEMENT SYSTEM (WMS)
BUSINESS CENTRAL WAREHOUSE MANAGEMENT SYSTEM (WMS)
Functions for warehouse management in Dynamics 365 Business Central
Functions for warehouse management in Dynamics 365 Business Central
Administration
- Bin Setup
Storage bins reflect the basic warehouse structure. In Dynamics 365 Business Central, when you create storage bins, you can define the contents you place in each bin very specifically. Alternatively, the storage location can function as a storage bin without specified contents.
On this basis, proposals are made for the placement of items.
Microsoft Dynamics 365 Business Central: Implementation Plan
Microsoft Dynamics 365 Business Central: Implementation Plan
The objective of this post is to provide a high level overview of different stages in the implementation of Microsoft Dynamics 365 Business Central (D365BC) to help companies prepare for it, navigate through it and succeed.
Microsoft Warehouse Management Software
Microsoft Warehouse Management Software
What manufacturing and distribution features does Microsoft offer for warehouse management?
Free! Business Central online Tutorial
Business Central online Tutorial
https://usedynamics.com/business-central/
How to set up quick find columns in Dynamics 365/CE Online & On-premise environments
How to set up quick find columns in Dynamics 365/CE Online & On-premise environments
Dynamics-365-Workflow-Tools
Dynamics-365-Workflow-Tools
This Solution includes one Assembly that contains Tools based on Workflow Activities. You must import this solution, to use it. It only contains the Workflow Assembly and the activities to be used in Workflows, so the import of this solution it will not affect any form, entity, view or navigation item.
OOB CONTACT Field Retrieve Info Details
Xrm.WebApi.retrieveRecord("contact", primaryContactId).then(
function success(result)
OOB ACCOUNT Field Retrieve Info Details
Xrm.WebApi.retrieveRecord("account", customer[0].id.replace("{","").replace("}","")).then
.........
How to Set a Lookup Field Value in Dynamics 365 using JavaScript
How to Set a Lookup Field Value in Dynamics 365 using JavaScript
- If a CUSTOMER type of field's value is an account, needs to populate another field ("dfa_primarycontactid") with this account's primary contact info.
- If a CUSTOMER type of field's value is a contact, needs to clear the value of another field ("dfa_primarycontactid")
Use Word templates to create standardized documents
Use Word templates to create standardized documents
After you create and import Office Word templates into customer engagement apps (Dynamics 365 Sales, Dynamics 365 Customer Service, Dynamics 365 Field Service, Dynamics 365 Marketing, and Dynamics 365 Project Service Automation), with one click users can generate standardized documents automatically populated with data. This feature has some special considerations you should know about to successfully create Word templates.
Installing MS SQL Server 2019 Database and Integration Service