Difference between Power Apps Portals and Power Pages
Microsoft Power Platform family and now Power Pages (Portals). Let’s talk about history of Portals in Dynamics 365. Initially it was Adxstudio which was a company based in…
Read more →Microsoft Power Platform family and now Power Pages (Portals). Let’s talk about history of Portals in Dynamics 365. Initially it was Adxstudio which was a company based in…
Read more →How to get started with new Power Pages If you are looking to create a new Power pages then you are at the right place. First thing, you…
Read more →To hide a section where it has one or more attributes in it we can sue javascript code below to hide section crmForm.all.myfieldid.parentElement.parentElement.parentElement.parentElement.style.display = “none”; However in case…
Read more →I have been using Microsoft Fakes for CRM unit testing which was good however recently came across xrm unit testing framework developed by Wael Hamze and Ramon Tebar which makes…
Read more →started a new Plugins project from scratch and wanted to add a unit test project using Xrm test framework by following instructions from the link below Create Plugin…
Read more →
Could not load file or assembly ‘ABCD.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a6a250603368f7aa’ or one of its dependencies. The system cannot find the file specified.’ An error when try to run…
Read more →
We have a scenario where we want to call a third party API on update of a field on account entity in Dynamics 365, send some data to…
Read more →
Let’s say we have a logic app which gets some data in JSON and some of the data is in array{"Name": "TestAPP","Detectors": [{"@objectType": "Detector","Name": "","DetectorType": {"@objectType": "DetectorType","Name": "Smoke"},"DetectorExpiryDate":…
Read more →
Today we are going to create a Logic App to pass some sample JSON data, do some basic steps in it, call Azure function from Logic App, connect…
Read more →Metadata contains a reference that cannot be resolved: ‘ttps://MyOrg.api.crm.dynamics.com/XRMServices/2011/Organization.svc?wsdl’ This error comes when running a sample code from Microsoft, in my case I was testing ‘DK\SampleCode\CS\DataManagement\DataImport’ from Sample…
Read more →