CRM Numeric Workflow Utilities v2.3.0.0
Small update which added a few new items. I'm pleased to say that the first two were contributed by Suleiman Ali, it's much appreciated.Nth Root - calculates root value of a numberRaise To The Power -...
View ArticleDynamics CRM 2016 (Online) WebAPI Query
I want to make string desc as int desc while using web api query.ex) string desc -> 2, 10, 1 int desc -> 10, 2, 1Query :...
View ArticleRun Automated Tests When Your D365 CE Org Gets Updated
With online D365 CE instances getting updates pushed regularly it makes it almost impossible to ensure that you’ve tested against the latest bits. That’s assuming you even know about each update since...
View ArticleKeep Your EasyRepro NuGet Package References Correct
More than once while working with EasyRepro projects I’ve found myself in a situation where tests that were once working inexplicably stopped. After combing through code and verifying credentials I...
View ArticleCapture Pictures & Video From EasyRepro Tests
It goes without saying that tests are going to fail from time to time. Luckily EasyRepro does a pretty good job of providing descriptive error messages to make troubleshooting issues easier. Inevitably...
View ArticleCall an external Web Service from Plugin - Dynamics crm ONLINE
Hi all.I'm facing a Permission error when i try to call an external WebService from my plugin.Notes:1. The web service was developed by another company and they said that they could not put a friendly...
View ArticleConnect Dynamics CRM to Asp.Net Core 2.0
Can anyone refer me to documentation that shows how to connect an Asp.Net Core App to CRM online?Things I found based on my research: Web Api seems to be a logical way to get/query data from CRM.I...
View ArticleHow to change the Entity's Ownership?
I have created a custom Entity and selected the Ownership as "User or Team" and this field become read-only after saving this new Entity. But now I need change Ownership to "Orginazation" according to...
View ArticleReporting on EasyRepro Test Runs
There were several issues raised on the EasyRepro project that requested a report of the results after a test run completed. One specifically referenced using the Extent Reporting Framework as a means...
View ArticleCleaning Up Leftover WebDriver Processes
When developing tests using EasyRepro there are going to be plenty of times during the debugging process where you end up cancelling before the test runs to completion. When that happens the WebDriver...
View ArticleRetrieve Web Resource Contents in Microsoft CRM 2016 in .NET
Hello,I have a Webresoure that is an image and I am trying to retrieve the webresource in .NET (c# code), code is belowThanks! //Test Reteriving Webresource-Image RetrieveMultipleRequest rmr = new...
View ArticleMB2-868 Certification exam
Please can someone help with the exam practise for MB2-868. i practised the exam with dumps from examworx, wrote the exam but i failed. please which dumps is realiable for this particular exam
View ArticleRun Automated Tests When Your D365 CE Org Gets Updated
With online D365 CE instances getting updates pushed regularly it makes it almost impossible to ensure that you’ve tested against the latest bits. That’s assuming you even know about each update since...
View ArticleKeep Your EasyRepro NuGet Package References Correct
More than once while working with EasyRepro projects I’ve found myself in a situation where tests that were once working inexplicably stopped. After combing through code and verifying credentials I...
View ArticleCapture Pictures & Video From EasyRepro Tests
It goes without saying that tests are going to fail from time to time. Luckily EasyRepro does a pretty good job of providing descriptive error messages to make troubleshooting issues easier. Inevitably...
View ArticleConnect Dynamics CRM to Asp.Net Core 2.0
Can anyone refer me to documentation that shows how to connect an Asp.Net Core App to CRM online?Things I found based on my research: Web Api seems to be a logical way to get/query data from CRM.I...
View ArticleHow to change the Entity's Ownership?
I have created a custom Entity and selected the Ownership as "User or Team" and this field become read-only after saving this new Entity. But now I need change Ownership to "Orginazation" according to...
View ArticleReporting on EasyRepro Test Runs
There were several issues raised on the EasyRepro project that requested a report of the results after a test run completed. One specifically referenced using the Extent Reporting Framework as a means...
View ArticleCleaning Up Leftover WebDriver Processes
When developing tests using EasyRepro there are going to be plenty of times during the debugging process where you end up cancelling before the test runs to completion. When that happens the WebDriver...
View ArticleSetup multiple tenants and instances on Dynamics 365 Online
Hi Experts, I am looking for step by step guide to set up multiple tenants and multiple instances under each tenant of Dynamics 365 Online. ThanksV
View Article