Unified Service Desk Entities and Names

…Script Answer msdyusd_task – Agent Script Task msdyusd_agentscriptaction – Action Call msdyusd_agentscripttaskcategory – Agent Script Task Category msdyusd_configuration – Configuration msdyusd_customizationfiles – Customization File msdyusd_search – CTI Search msdyusd_entitysearch –…

Introduction to Microsoft Flow

…go through an example of creating a flow. Firstly, log into the Microsoft Flow website: https://flow.microsoft.com/ You can search for existing templates to accomplish tasks: You can also browse templates…

Publish Web Service to Azure from Visual Studio

website: https://azure.microsoft.com/en-us/downloads/archive-net-downloads/ Select the web service. Right click and publish:   Select Microsoft Azure App Service and New: Confirm the details and click Create: Press Publish: A webpage will be…

Showing an Error through JavaScript in Power Apps and Dynamics 365

…is called like below: Xrm.Navigation.openErrorDialog(errorOptions).then(successCallback,errorCallback); Let’s run it in browser Development Tools to show how it works. Open a Power App and in dev tools add the following code: Xrm.Navigation.openErrorDialog({…

Creating a Textbox PCF Control

…currently in our manifest, we can access the value through: context.parameters.sampleProperty.raw Let’s set the value of our textbox to this property: x.setAttribute(“value”, context.parameters.sampleProperty.raw || “”); On refreshing the test harness,…

PowerApps Part 4 – Adding a Flow to an App

…options for your email: On the top right, click Save: Then click Test, then Save and Test in order to test our flow before we deploy it: Click Continue: Click…

Dynamics 365 User License Types

for Dynamics, including: You can also go to: https://www.microsoft.com/en-us/dynamics365/pricing Then under each plan you will see the reduced user types: Team members “execute basic processes and share knowledge.” Operations Activity…