Mahender Pal, C# Corner

Mahender Pal

C# Corner

Contact Mahender

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • C# Corner

Past articles by Mahender:

Row Layout Option Missing In Multiline Field

This article is about fixing an error in a multiline field. → Read More

Resend Pending Emails After Editing

This article is about resending pending emails after modification in Dynamics 365 CE. → Read More

Downloading Note Attachments Using Paging

This article is about downloading attachments from Dynamics 365. → Read More

Using Configuration With Azure Function

This article is about storing Configurations for Azure function. → Read More

SharePoint Integration For Work Order

This article is about using out of the box SharePoint integration for Work Order entity from Field Service. → Read More

Using FullCalendar For Dynamics 365 Portals

This article is about using FullCalendar in Dynamics 365 Portals. → Read More

Datetime Zone Issue In Liquid

This article is about the date time format and zone issue in Dynamics 365 Portal. Dynamics 365 CE store date time in UTC format in CRM DB and when you will display date field on Dynamics 365 Portals it will display same date which sometime leads to incorrect date & time. If you are facing same issue this article can help you to fix it. → Read More

Dynamics 365 CE And Azure Function

This article is about deleting blob storage after it is processed. This is our fourth article in the series of Dynamics 365 and Azure function integration. In earlier articles, we discuss how we integration Dynamics 365 with Azure, using hard-coded credentials and using the server to server authentication. Now we are going to discuss how can we delete Azure blob after it is processed. → Read More

Dynamics 365 CE And Azure Function

This is our second article in the Dynamics 365 and Azure series, in the first article we discussed basic introduction about Azure function and set Azure function app. In this article, we are going to discuss how we can read CSV file from blob storage and process it to create/update contact record in Dynamics 365. → Read More

Page Redirect Options In Entity Form Dynamics 365 Portals

This is common while working with Dynamics 365 Portals we need to setup page redirection. Sometimes we want to use the existing query string parameter sometimes we need to use a different parameter. Today I am going to discuss different options which can be used to set page redirection in entity form through configurations. → Read More

Dynamics 365 CE And Azure Function

In a simple definition Azure function is a piece of code which can be executed on demand or can be bound to some event just like traditional SQL triggers, where we have some code that executes because of some event. The beauty of Azure function is its serverless capability which means you don’t need special infrastructure to host and manage it and you need to only pay when your function is… → Read More

Comparing Dates In Dynamics 365 Portals Using Liquid

This article is about comparing date in Dynamics 365 Portal using Liquid. In this article, we are going to discuss how we can compare two dates using a liquid in Dynamics 365 portal web template. → Read More

Adding Date Validation In Dynamics 365 Portal

This article is about implementing custom java script validation in Dynamics 365 portal web page. We will discuss how we can show our own custom validation message to portal user. → Read More

Update Dynamics 365 Data Using Flow

This article is about updating Dynamics 365 data using Microsoft Flow. → Read More

Query Intersect Entity And Its Attribute

When we setup system N:N relationship between two entities an intersect entity is created internally, which is not accessible directly. Let’s say we have N:N relationship between case and workorder entity. → Read More

Uploading Data To Dynamics 365 Using Microsoft Flow

In this article, we will discuss how we can upload data from an Excel File to Dynamics 365 CE using Microsoft Flow. → Read More

Get Option Set Value Based On Label In Microsoft Flow

In this article, we will discuss how we can get option set value in Microsoft Flow using String Map Entity. → Read More

Getting Started With Dynamics 365 Portal

Are you new to Dynamics 365 Portal and want to know how to get started? Join us on 1 Sep for Free Webinar in Getting Started with Dynamics 265 Portal. In this article we will discuss some quick question about Dynamics 365 Portal add-on. → Read More

Modifying Profile Page In Dynamics 365 Portal

This article is about customizing Dynamics 365 portal profile page. In this article, we are going to discuss how we can customize Dynamics 365 portal profile page. → Read More

Getting Record ID From EntityView In Dynamics 365 Portal

We can use entity list to render records of entity from specific view configured in entity list. Entity list provide many options like sorting result set, re-labelling view columns, action buttons and more. We can configure details page in entity list which can be opened to view more details about the record or for edit/updating. In this article we are going to discuss how we can get record… → Read More