ARTICLES
Latest Articles
Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.
Dynamics 365 Customer Engagement (CRM) Dynamics 365 Customer Engagement (CRM) · Jul 23, 2018
They are: Type Web API Type BigInt Edm.Int64 Boolean Edm.Boolean DateTime Edm.DateTimeOffset Decimal Edm.Decimal Double Edm.Double EntityName Edm.String Image Edm.Binary Integer Edm.Int32…
Read article →
Dynamics 365 Customer Engagement (CRM) · Jul 23, 2018
To enable Flow in Dynamics 365, go to Settings->Administration and System Settings: Select Show Microsoft Flow on forms and in the site…
Read article →
Dynamics 365 Customer Engagement (CRM) · Jul 23, 2018
In D365, processes such as Actions, Business Process Flows, Dialogs and Workflows can be created and managed through Settings->Process Center in the…
Read article →
Unified Service Desk · Jul 19, 2018
In USD, if you are running a hosted control as an IE page, you have the ability to open the same page…
Read article →
ASP.NET / .NET Core · Jul 18, 2018
HttpClient is a library in the Microsoft .NET framework 4+ that is used for GET and POST requests. Let’s go through a…
Read article →
Unified Service Desk · Jul 17, 2018
In USD, the out of the box shortcut key for the debugger is ALT+SHIFT+D:
Read article →
Unified Service Desk · Jul 17, 2018
In Unified Service Desk, we can use custom shortcut keys to invoke Action Calls. This is very useful, as you can do…
Read article →
Unified Service Desk · Jul 12, 2018
In USD, we can call the FireEvent action to fire an event in our action call. For example, let’s add a new…
Read article →
Dynamics 365 Customer Engagement (CRM) · Jul 12, 2018
In this post, we will look at the behavior of merging two cases in Dynamics 365. This situation may arise if you…
Read article → Sample Data Sample Data · Jul 11, 2018
This post is used to display sample data that an app such as Power BI could connect to. We will connect to…
Read article →
Dynamics 365 Customer Engagement (CRM) · Jul 9, 2018
In Dynamics 365, we can use the Web API to retrieve a record. We can do this by using the Id of…
Read article →
C# · Jul 6, 2018
To remove duplicates from a C# list using Linq, do the following. Define a new list. Ours has 7 elements, with “2”…
Read article →