Install Live Assist for Dynamics 365

…will see the following message: Once installed, you will see the welcome message: Log into the portal at: https://admin.eu1.liveassistfor365.com/portal/ The welcome email includes links to a YouTube video: https://www.youtube.com/watch?v=IaIknAU2GLc&feature=youtu.be  …

Debugging TypeScript with Google Chrome and Node

…we have an index.html page which calls the HelloWorld.ts file: <html> <head> <title>Testing TypeScript</title> </head> <body> <script src=”HelloWorld.js”></script> </body> </html> Now, update your tsconfig.json file like below: { “compilerOptions”: {…

Dynamics 365 Troubleshooting User Access

…problem is here, click Download Log file. Search for the ErrorDetails and Message: In this case, we see: <ErrorDetails xmlns:d3p1=”http://schemas.datacontract.org/2004/07/System.Collections.Generic” /> <Message>RoleService::VerifyCallerPrivileges failed. User: d80e105b-9115-e711-810d-c4346bac4b68, PrivilegeName: prvAppendmsdyn_PostAlbum, PrivilegeId: 48119620-9202-44fd-b96d-ed6e77cc52c1, Depth:…

Unified Service Desk – Pause Action

…action to navigate the control: Then the Pause action: Finally the load Google search page: You will see: Open USD. You will see: Then after a 10 second pause:  …

Update Dynamics 365 Developer Tools to Latest Version

…click on the Help menu option: To upgrade these tools, go to https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/download-tools-nuget and rerun the download from the same directory, i.e. using PowerShell. You will now have the latest

Installing the App Studio for Microsoft Teams

To install, go to https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-andtest/app-studio-overview and click on the link to download App Studio: Click to open Microsoft Teams (or you can launch the Web Client to do this): In…

Dialogs in Dynamics 365

…the dialog. Go to an account record and select Start Dialog: Select the dialog we just created: A window will open: Click No and next: A new task is created:…

Creating Simple Custom Pages in Power Apps

…a custom page, go to the Power Apps maker at https://make.powerapps.com and select an App to add the page. We will select Sales Hub, and Edit the app: With Pages…