2023 Wave 1 Review - Dynamics 365 for Sales

2023 Wave 1 Review - Dynamics 365 for Sales

Wed, 02/15/2023 - 11:22 By Maxime Bonnot

2023 Wave 1 Review - Dynamics 365 for Sales

Microsoft Dynamics is constantly evolving and bringing new features and 2023 is no exception.

Actually 2023 Wave 1 was announce few weeks ago and this is definitely bringing some exciting and promising new features within all modules.

Nevertheless we will go through the most noticeable and valuable for business. Let's go straight to the point and see what a good vintage Microsoft has prepared for us.

In this article, I will introduce features regarding Dynamics 365 Sales module sort by release date.

Tags
Continuous deployment in Microsoft Power Platform

Power Platform Managed Environments and Pipelines

Thu, 02/09/2023 - 13:39 By mario.ortegaaguayo
6 comments

Power Platform Managed Environments and Pipelines:

What is Managed Environments?

Managed Environments is a suite of capabilities that allows system administrators to manage Power Platform with more control, less effort, and more insights. Administrators can use Managed Environments with any type of environment except the Developer environments.

inogic all apps

The Best Productivity Apps for Microsoft Dynamics 365 CRM / Dataverse

Wed, 01/04/2023 - 11:19 By Inogic

Inogic has always been a hub of distinct and innovative apps for Microsoft Dynamics 365 CRM / Dataverse (PowerApps). Being a leading Microsoft Dynamics 365 ISV partner for more than 12 years, we have a deep understanding of how users interact with Microsoft Dynamics 365 CRM and Power Platform. We at Inogic always strive hard to develop solutions/apps that help organizations improve their business processes and achieve high ROI.

Tags
Use Visual Studio Code Map to visualize your Dataverse code

Use Visual Studio Code Map to visualize your Dataverse code

Mon, 01/02/2023 - 11:35 By Lloyd Sebag

Use Visual Studio Code Map to visualize your Dataverse code

What an incredible feature I just discovered in Microsoft Visual Studio! Code Map! It will allow you to view and navigate through your code graphically via a viewer, which will greatly simplify your understanding of your C# solutions.

This could be very useful in the following cases:

How to use Azure Table Storage with C#

How to use Azure Table Storage with C#

Wed, 09/14/2022 - 10:32 By Lloyd Sebag

How to use Azure Table Storage with C#

Azure Table Storage is a very useful solution present in the Azure Storage Account component. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. While remaining scalable and maintained by the Azure Cloud.
It is therefore a real accelerator for projects that need to store unstructured data.

You can obviously manipulate the data manually from the Azure portal, however, here I will show you that you can mainly use the API to manipulate the data from your C# code.