CRMONCE

Creative

What is IEnumerable in C# .Net

/*! elementor – v3.13.2 – 11-05-2023 */ .elementor-column .elementor-spacer-inner{height:var(–spacer-size)}.e-con{–container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(–container-widget-width,var(...

[rt_social_links]
Creative

Sending an Email to a Distribution List in Microsoft Flow

Sending an email to Distribution List/Group in MS flow In this article, I will be demonstrating how to send an email to a Distribution List (DL) or Group in MS flow. It’s been a very common question from users if we can send emails from a DL using MS flow. I found that the process [&hell...

[rt_social_links]
Creative

Generate Word Document Template Using Power Automate

Introduction In this article, am explaining how to Generate Word Template using Power Automate with Back End as SharePoint. And am covering how to add Repeating Controller and Plain Text Content Controller in Word Document. Implementation Steps Step 1 Navigate to your SharePoint Site and ...

[rt_social_links]
Creative

Populating a Custom pages in Model-driven app

In this blog we can see how to populate a custom page based on Command button using java script action.  Step 1 Login into power apps using “make.powerapps.com”. Navigate to solutions and select  your solution.   Step 2 : In Solutions navigate to apps in apps select your mod...

[rt_social_links]
Creative

How to Add Custom Page in Model-driven App

In this blog we can see how to add a custom page in Model-driven App using power Apps. Step-1 Login into power apps using “Make.powerapps.com” Step-2 After step 1 navigate to solutions & select your solution and navigate to Apps  Step 3: After step 2 select your existing m...

[rt_social_links]
Creative

Calculate Sum Of The Number Using Power Automate

IntroductionThis article will discuss how to sum up 4 lookup fields in a SharePoint list and add the result in a new column using Power Automate (previously known as Microsoft Flow). Step 1 Create a SharePoint list called “Lookup List” that contains 3 lookup fields named L-A L-...

[rt_social_links]
Creative

What is Assembly in C# .Net

Introduction : In this blog we can see what is a assemblies in C# .Net. What is a .Net Assemblies : The assembly format used by Microsoft.NET components is known as.NET. Dot NET assemblies could exist as an executable (.exe) file or a dynamic link library (DLL) file, depending on whether t...

[rt_social_links]
Creative

Serialize And DeSerialize JSon in C# .Net

Introduction :  In this C# tutorial we will see how to serialize & desirialize json in c# .Net. Serialization & Deserialization in C# .Net : These days, a common format for transferring data across programmes is JSON data. While creating a.NET application, converting JSON data to....

[rt_social_links]
Creative

Lookup Columns In SharePoint List

Introduction for lookup columns in sharePoint list A Lookup Column is One of the available column types in SharePoint. Its looks like a Choice Column ,Displaying Multiple Options usually in a dropdown for the user to choose from ,but unlike a choice Column, in a SharePoint list Lookup colu...

[rt_social_links]