Olena's Dynamics Blog (post-AI)
Writing as a human
Category: Dynamics 365 – new UI
-

To be honest, this post should be a bit longer with more details but I like it this way. This is a sample below. It looks cool. And I building one of my own. But I need it to work with my onSave form validation. I am making two Web API calls to query data…
-

I was importing my unmanaged solution then the error has occurred. I was using a new UI. After spending some unpleasant time researching and trying different things I came across this post in the Hosk’s blog: https://crmbusiness.wordpress.com/2020/06/02/dynamics-365-solution-error%e2%80%8a-%e2%80%8acomponents-are-missing-import-the-managed-solution-with-these-components-active/ Thank you very much, Hosk, you are truly marvelous! I realized that I have to switch to the…
-

With the new Power Apps admin portal if you want to upgrade the Field Service solution you have to do the following: Go to Power Platform Admin center: https://admin.powerplatform.microsoft.com/ 2. From the left navigation Resources -> Dynamics 365 apps: 3. Select Dynamics 365 Field Service. 4.Click on … then click on Install. It looks scary…
-

Don’t be like me! This is the JavaScript: var uriClientLegacy = “?$select = cca_legacyservicefee, defaultpricelevelid & $filter=accountid eq ” + clientLookupId; Xrm.WebApi.retrieveMultipleRecords(“account”, uriClientLegacy).then( function success(result) { … }, function (error) { console.log(error.message); // handle error conditions alert(error.message); }); And this is the execution result: {“error”:{“code”:”0x0″,”message”:”The query parameter $select is not supported”,”innererror”:{“message”:”The query parameter $select is…
