Get and Set Field Values using FormContext and JavaScript with Dynamics 365 and PowerApps

…GetSet(executionContext) { var formContext = executionContext.getFormContext(); // Get value var website = formContext.getAttribute(“websiteurl”).getValue(); alert(website); // Set value formContext.getAttribute(“websiteurl”).setValue(“http://newvalue.com“); // Alert new value website = formContext.getAttribute(“websiteurl”).getValue(); alert(website); } Save and publish:…

Deploy Sample Apps or Not When Creating New Power Apps

…the new environment: Clicking on the link, we see Sample Apps installed, including Asset Checkout, Fundraiser, and Innovation Challenge: If we go to https://make.powerapps.com, and select Create, we can see…

How to Rename a Dynamics 365 Org

Let’s look at how to rename a Dynamics 365 organization. To do this, log into https://admin.microsoft.com/ and go to All Admin Centers: Select Dynamics 365: This takes us to the…

Installing the App Studio for Microsoft Teams

To install, go to https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/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…

Adding Power BI to Microsoft Teams

…see a new Power BI tab with the relevant reports: Users can then comment on the report: And change tabs of the report, and view in the powerbi.com service:  …