Quantcast
Channel: Dynamics 365 Customer Engagement
Browsing all 286 articles
Browse latest View live

The underlying connection was closed an unexpected error occurred on a send

Hi,Today I was working on calling some external url via C# code using HttpRequest and I was continuously getting the below error.The underlying connection was closed an unexpected error occurred on a...

View Article


Image may be NSFW.
Clik here to view.

The return type of an async method must be void, Task or Task

Hi,Today I was working on the some work related to KeyVault and I have written async method. The code was error as below. "The return type of an async method must be void, Task or Task<T>"I tried...

View Article


Multiple actions were found that match the request

Hi,I had written a new HTTPGet method and it worked well. After sometime, I got a requirement to write one more new HTTPGet method and I had troubles. The code started failing by throwing the below...

View Article

Image may be NSFW.
Clik here to view.

Logging in Azure Web APP

Hi,Today I was developing an Web APP and it was giving an error after I host it on Azure. To understand the error I have log the traces. Here is the way that explains that how we can do that.We can...

View Article

Image may be NSFW.
Clik here to view.

Operation returned an invalid status code 'Forbidden'

HiToday I was getting the below error while getting secret value.Operation returned an invalid status code 'Forbidden'After some search found that I have added the Web APP to Access Policies but never...

View Article


Image may be NSFW.
Clik here to view.

Configure Auto Number fields from OOB UI

Hi Everyone,We all know there is a new UI - WYSIWYG is out for General Use and I was just trying something and found that we can create Auto number fields from new UI now. We used to use a piece of...

View Article

Retrieve Cases associated with Contacts and Accounts in one go

Hi Everyone,Today I was working on some work and got a requirement to get Cases of linked with Account and Contact. In a normal scenario, we can always do two Calls like Cases where CustomerID =...

View Article

Asynchronous processing of cascading transactions

Hi,Processing of Cascading Transactions plays a crucial role when you are working with the big engagements and dealing with entities where you have many child records. You might have not observed this...

View Article


Image may be NSFW.
Clik here to view.

Retrieve Dynamics 365 CE data in Portal by using Odata Feed using JavaScript

Hi,Today I have some requirement to get some data from CE and show it on the UI. We can do it very easily by doing a OData call. Here are the steps to be followed for the same. 1) Create an EntityList...

View Article


What are Site Markers in Dynamics 365 CE Portal?

Hi,I was searching something on Portals and reached on Site Markers. Some how I felt that Site Markers are not used much in the Development of Portals. Many times we get a requirement to navigate to...

View Article

Add a custom button on Web Page - Dynamics 365 CE Portals

Hi,Today when I was working on Portals, I got a requirement to add a cancel button beside Submit button on EntityForm and user has to navigate back to EntityList when click on it.We can quickly do this...

View Article

Image may be NSFW.
Clik here to view.

Hide links from Primary Navigation in Dynamics 365 Portals

Hi,Many times, we get the requirement to hide the links in the Primary Navigation of the Portal to the anonymous users.To get this done, we have to create Web Page Control RuleNavigate to Portals ->...

View Article

Image may be NSFW.
Clik here to view.

How to configure the logo for Portal - Branding

Hi Everyone,As we all know Branding is the one which everyone wants. When we setup Portal, we see Contoso, LTD as a text at top left and the Customer might want the Company Logo there or may be some...

View Article


Image may be NSFW.
Clik here to view.

Show Plugin Error Message on Dynamics Portals - Site/EnableCustomPluginError...

Hi Everyone,Today I was working something on Portal and we do have some validation at the plugin and throwing an InvalidPluginException based on some business logic. However on the Portal, we were not...

View Article

Drag Pushpin on Bing Map - JavaScript

Hi,Today, we have got some requirement where the users should be able to drag the Pin on the Map and we should get the Latitude and Longitude of that position.We have to use "dragend" event for it.Here...

View Article


Distance between two locations - Bing Maps

Hi Everyone,Today I was working on Bing Maps and the requirement was there are some static locations and we have to calculate the distance between the draggable Pushpin and static locations.Here is the...

View Article

Show button only when the record is selected - Selection Count Rule

Hi Everyone,Today I was working on adding some button on the Subgrid and the requirement was to show the button when at least single record is selected.We can easily achieve this using a Enable Rule -...

View Article


Image may be NSFW.
Clik here to view.

Generate PDF/Send PDF as an Email Attachment - Dynamics 365 CE OOB - No Code

Hi,We were building many solutions to generate PDF and send it as an attachment via email. This is one of the most awaiting feature.Here are the steps for the same.1) Open Sales Hub APP2) Navigate to...

View Article

Associate and Disassociate Records using C# Code - Dynamics CRM/365

Hi Everyone,This might be a old one but somehow I could not get this piece code very easily.Here is the piece of C# code for Associating and Dissociating two records with N:N...

View Article

Image may be NSFW.
Clik here to view.

Dynamics 365 Developer Toolkit for Visual Studio 2017

Hi Everyone,Most of the projects we use Developer Toolkit for our ongoing development activities. Recently, I have started working for a project using Visual Studio 2017 and came to know the Developer...

View Article
Browsing all 286 articles
Browse latest View live