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 ArticleGet 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 ArticleGet 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 ArticleOpen 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 ArticleGet 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 ArticleList 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 ArticleProgrammatically 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 ArticleFind 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 ArticleConvert 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 ArticleConvert 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 ArticleCalculate 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 ArticleMicrosoft.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 ArticleAdvanced 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 ArticleTimeline 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 ArticleWhere 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 ArticleRetrieve 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 ArticleHide 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 ArticleCustomer 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 ArticleConfigure Model Driven App Access to the Users - Dynamics 365 CE
Hi Everyone,In this post, we will go through the steps that are required for the users to get Access on the required apps.Many times we get requirement to create a new Model-Driven App and when it is...
View ArticleObject reference not set to an instance of an object – error in Dynamics 365...
Hi Everyone,Today I was working on some plugin work and was On-Premise system and when I try click on Register new assembly via Plugin Registration Tool, I was getting "Object reference not set to an...
View ArticleGet Api Version in JavaScript for WebApi Requests - Dynamics 365 CE
Hi Everyone,Today I was reviewing the code that was written an year ago and in most of the places I have seen the code like below.req.open("GET", Xrm.Page.context.getClientUrl() +...
View ArticleDownload Plugin Registration Tool using PowerShell - Dynamics 365 CE
Hi Everyone,Here are the steps to download Dynamics 365 CE Plugin Registration Tool via PowerShell.1) Type Windows Powershell in windows start menu and open it.2) Navigate to the folder where you would...
View ArticleGet User Privilege on a field - Dynamics 365 CE
Hi Everyone,Today I got a requirement to check whether the user has access to read the data on the field where field level security has been enabled and do some operations.We can achieve this using...
View ArticleSign in required popup - Make.PowerApps.com
Hi Everyone,Today, I was trying to logic to Make.PowerApps.com and I was getting a popup as below. The reason could be, if you have logged on with two or more user accounts to different Dynamics 365...
View Article