CRMONCE

Creative

Overview Of Copilot in Dynamics 365 Sales

Copilot in Dynamics 365 Sales In this we can discuss overview of the copilot in dynamics 365 sales. Copilot is a Dynamics 365 Sales AI assistant that makes sales teams’ daily tasks more effective and productive. Sellers can use its chat interface to read the most recent account news,...

[rt_social_links]
Creative

How to use Single form for both Edit & New in Canvas app

Canvas app: In this blog , I will show how to use single form for both edit & New in canvas app power apps.  Step 1: First open your Canvas app Create a new screen Add gallery and connect it to your data source like sharepoint , dataverse , excel etc,. Add two buttons and […]...

[rt_social_links]
Creative

How to Create a Custom API in Power Apps

Custom Api:  In this blog we will see how to create custom api and its request parameters, response properties in power apps. Custom Api in PowerApps:  Custom process actions can be implemented with custom APIs. Although there are some restrictions for developers, custom process actions ...

[rt_social_links]
Creative

Workflows and it’s types in dynamics 365

In this blog, we can see the types of  workflows in Dynamics 365. What is ment by a workflow in Dynamics 365? A workflow is a powerful tool for managing data and activities. We can easily ensure that particular stages are followed and that needed business operations are carried out with t...

[rt_social_links]
Creative

What is Non-Generic Collections in C#

Intruduction : In this blog we can what is Non-Generic Collections in C#. What is Non-Generic Collections in C#? Different datatypes are represented in elements of non-generic collections. The non-generic collections are as follows: BitArray, ArrayList. It represents an ordered group of ob...

[rt_social_links]
Creative

What is Generic Collections in C#

Introduction : In this blog we can see what is generic collections in c#. What is Generic Collection in C#? A generic collection is highly typed (it can only hold one type of object) to reduce runtime type mismatches and to increase speed by avoiding boxing and unboxing. Generic collection...

[rt_social_links]
Creative

What are Constructors in C#

Introduction : In this blog we will see the primary constructors in c#. What is a  constructor in C#? A constructor is a particular class method that is invoked whenever a new instance of the class is created. A constructor, like a method, contains a set of instructions that are execu...

[rt_social_links]
Creative

How to convert IEnumerable to ReadOnlyCollection in C#

Introduction: In this blog we will see how to Convert IEnumerable to ReadOnlyCollection in C#. What is IEnumerable in C#? All non-generic collections that can be enumerated use IEnumerable as their underlying interface. GetEnumerator, the only method in it, returns an IEnumerator. IEnumera...

[rt_social_links]