Skip to content
Tech Quantum

365

  1. Home>
  2. Blog>
  3. 365

D365 – Plug-in Deploying and Testing

  • Post author:techquantum
  • Post published:October 25, 2020
  • Post category:D365 Customer Engagement (CRM)/D365 Development/Microsoft Dynamics 365

In the previous blog "D365 - Pug-in Writing Code" we saw how we can write the Plug-in code. Now let us see how we can deploy and test the Plug-in.…

Continue ReadingD365 – Plug-in Deploying and Testing

D365 – Pug-in Writing Code

  • Post author:techquantum
  • Post published:October 24, 2020
  • Post category:D365 Customer Engagement (CRM)/D365 Development/Microsoft Dynamics 365

So in our last blog "D365 - Create Plugin Template" we saw, how we can create a plug-in template in visual studio. Now let us see how we can move…

Continue ReadingD365 – Pug-in Writing Code

D365 – Create Plugin Template

  • Post author:techquantum
  • Post published:October 23, 2020
  • Post category:D365 Customer Engagement (CRM)/D365 Development/Microsoft Dynamics 365

How to develop a Plugin? You need to have Visual Studio Community Edition: https://visualstudio.microsoft.com/free-developer-offers/ Create a Class Library project for C#. Download required assemblies using NuGet Package Manager. Add a…

Continue ReadingD365 – Create Plugin Template

D365 – Understanding Plug-in Pipeline

  • Post author:techquantum
  • Post published:October 22, 2020
  • Post category:Business Central/D365 Customer Engagement (CRM)/D365 Development/Microsoft Dynamics 365

What is a Plugin? Plug-in is a class library or set of classes. And when you compile a set of classes you get something called DLL file or Assembly file.…

Continue ReadingD365 – Understanding Plug-in Pipeline

D365 – Web Services

  • Post author:techquantum
  • Post published:October 21, 2020
  • Post category:D365 Customer Engagement (CRM)/D365 Development/Microsoft Dynamics 365

Dynamics 365 offers two web services: Discovery Web Service Retrieve List of Instances or Organization for given Credentials Organization Web Service Connect to each Instance or Organization and perform all…

Continue ReadingD365 – Web Services

D365 – Architecture Overview

  • Post author:techquantum
  • Post published:October 20, 2020
  • Post category:D365 Customer Engagement (CRM)/D365 Development/Microsoft Dynamics 365

Following is an overview of D265 CRM architecture. Understanding the architecture is important to understand the entire ecosystem of development tools here. So the first dotted line separates the client…

Continue ReadingD365 – Architecture Overview

D365 – How To Create A Publisher And Solution?

  • Post author:techquantum
  • Post published:October 19, 2020
  • Post category:D365 Customer Engagement (CRM)/D365 Development/Microsoft Dynamics 365

To be able to start customizing the system in Dynamics 365, you must first create a Publisher and then a Solution. Publisher is a Company Profile, whereas Solution is the…

Continue ReadingD365 – How To Create A Publisher And Solution?

D365 – Understanding Fields

  • Post author:techquantum
  • Post published:July 17, 2019
  • Post category:D365 Customer Engagement (CRM)/Microsoft Dynamics 365

What are Fields? Fields store value based on data types (Text, Decimal, Lookup, etc.) If entity is a table in SQL, Field is a column for that entity. Field is…

Continue ReadingD365 – Understanding Fields

D365 – Create Connections and Connection Roles

  • Post author:techquantum
  • Post published:July 16, 2019
  • Post category:D365 Customer Engagement (CRM)/Microsoft Dynamics 365

The connections provide a flexible way to connect and describe the relationships between any two entity records Dynamics 365 for Customer Engagement apps. It helps you to promote teamwork, collaboration,…

Continue ReadingD365 – Create Connections and Connection Roles

D365 – Understanding Entity Relationships

  • Post author:techquantum
  • Post published:May 30, 2019
  • Post category:D365 Customer Engagement (CRM)/Microsoft Dynamics 365

Entity relationships define how records can be related to each other in the database. At the simplest level, adding a lookup field to an entity creates a new 1:N (one-to-many)…

Continue ReadingD365 – Understanding Entity Relationships
  • 1
  • 2
  • 3
  • Go to the next page
Copyright - WordPress Theme by OceanWP