-
Book Overview & Buying
-
Table Of Contents
Microsoft Power Apps Cookbook
By :
When you configure Dataverse for the first time, it will help create business-centric applications with a set of base tables, such as Account, Contact, and Organization. Starting from those, you would only need to add custom tables that your processes might need to achieve their goal. With this recipe, we will create an application that will help handle a help desk service.
To build our solution, we will start by setting up a new environment and use it as our development area. Then, we can pack our solution and deploy it wherever it is needed.

Figure 2.2 – Environment settings
ampihelpdesk, and the required currency for reporting purposes. Select whether you want to enable Dynamics 365 apps (given that you have the required licenses and only for the default region) and whether you're going to add sample apps and data. Finally, pre-define the security to access your environment by selecting a security group, and then click on Save:
Figure 2.3 – Database settings
From Power Apps, select your newly created environment from the list by clicking on the current one on the top right of the interface:
Figure 2.4 – Environment list
After making this selection, we will only see information related to this environment, such as apps, flows, and connections.
We will define the custom tables needed for our help desk solution in the Defining data structures recipe.