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

Microsoft Dataflex, Microsoft Dataflex Pro versus Common Data Service

Hi Everyone, Would like to put this post simple and short. We all know the recent announcements from Microsoft on Dataflex. I was talking to one of my friends things were not much clear. There are...

View Article


Enable 2020 Release Wave 2 – Dynamics 365

Hi Everyone, Release Wave 2 Early access has been released and here are the steps to enable it on your instance Logon to Admin Portal Open the environment which you would like to enable Early access...

View Article


Get Security Roles of logged-in/current user in JavaScript - Dynamics 365 CE

Hi Everyone, Let's say bye bye to all the code that we used to write for getting Security Roles of the logged in User.  Here is the single line of the JavaScript code which gets all the Security Roles...

View Article

Get InitialValue of a field in JavaScript - in Dynamics 365 CE

Hi Everyone, Today I was going through Client API from Microsoft Docs and found getInitialValue reference. I haven't used it anytime and explored little bit.  Many times we get the requirement to...

View Article

Open the required App in much more easier and faster - Dynamics 365 CE 2020...

Hi Everyone, Today I was exploring the latest features on the Dynamics 365 CE 2020 Release Wave 2 and I have opened Sales Hub, after sometime I would like to open Customer Service Hub and to my...

View Article


Get a single/first record from CDS/Dynamics 365 List Records action step in...

Hi Everyone, Today I was working on Microsoft Flow and I have List Records step configured in the flow. As per the requirement, I know that the result of the List Records step would be one record or...

View Article

List Records Output not showing in Power Automate/Microsoft Flow

Hi Everyone, Today I have configured a CDS List Records step in flow to retrieve some records and I have to parse them and do some operation. We all know that for Parse JSON step, we have to give...

View Article

#Error on Preview - SSRS Report new field

Hi Everyone, Today I was working on the report and the requirement was to add one more field in the existing table and show it. I have modified the data source accordingly and mapped the field in the...

View Article


Programmatically Recalculating Rollup fields using C# in Dynamics 365/CRM

Hi Everyone, Today I got an requirement to send some data to external system and they were looking for real time data. When I did the fields found some Rollup fields and we all know that Rollup fields...

View Article


Find the current opened file in the solution explorer - Visual Studio tips

Hi Everyone, Today I was working on some project and I have added a new file in the project, we have a habit of refreshing Solution Explorer when we do this.  Instead of clicking on Refresh button on...

View Article

Convert JSON to Object using C# Code

Hi Everyone, Many times we get a requirement to convert JSON string to C# Object and most of the times, we go with Newtonsoft Dll. In Dynamics 365 Plugins, we all know it is not recommended to use...

View Article

Convert C# Object to JSON string

Hi Everyone, Check this post for Convert JSON object to C# Object. Here is the easy way to convert C# to JSON String without using external references. [DataContract]         public class MyClass...

View Article

Calculate the Age from Date of Birth in JavaScript

Hi Everyone, Today I have got an requirement to calculate the Age based on Date of Birth. Here is the way to get the Age using JavaScript. function getAge(dateString) {     // var dateString =...

View Article


Microsoft.Crm.CrmException: Webresource content size is too big

Hi Everyone, Today, I have received an error saying "Webresource content is too big" when I was importing PCF solution to one of our instances. The fix is simple, the solution size which I was...

View Article

Advanced Find Icon missing - Dynamics 365 UCI Online

Hi Everyone, Today I was working on Dynamics 365 CE UCI online version and noticed that Advanced Find button is missing.  I am sure that we don't have any control on those button via Custom code or...

View Article


Timeline Control Features in Dynamics 365 CE - 2020 Wave 2 Release

Hi Everyone,  Today I was going through the new features of Dynamics 365 CE 2020 Wave 2 Release and it seems we have good improvements on Timeline Control. Expand the timeline records by default. Hide...

View Article

Where is Breadcrumb navigation in Dynamics 365 CE - 2020 Release Wave 2?

Hi Everyone,Today I have updated my trail instance to 2020 Release Wave 2 and navigating here and there to understand the changes. I was so used to click on Breadcrumb in the top navigation as shown...

View Article


Retrieve Optionset Metadata using JavaScript - Dynamics 365 CE/Microsoft...

Hi Everyone,Today I got a requirement to retrieve Optionset Metadata using JavaScript.Here is the code for the same.function getOptionSetMetadata(schemaName) {    var schemaName = "industrycode"; //...

View Article

Hide Formselector on the Form - Dynamics 365 CE/CRM

 Hi Everyone,Today I got a requirement to hide FormSelector on the Form as Users would have access to multiple forms but we have to navigate them to right form based on a field value on the record and...

View Article

Customer Service Workspace App - Dynamics 365 CE 2020 Wave 2 Release

Hi Everyone,Today I was exploring new features that were released in 2020 Release Wave 2 and found a new App named as Customer Service Workspace has been released.This seems to be a game changer for...

View Article
Browsing all 286 articles
Browse latest View live