Exercise - Create custom tables
In this unit, you learn how to:
Create a Dataverse solution
Create a custom table in Dataverse
Here, you'll create the table and columns needed to store the booking request information.
Create a solution
Follow these steps to create a new solution.
Navigate to the Power Apps maker portal.
Select your Environment.
In the left navigation pane, select Solutions, and select + New solution
Enter
Bookings
for Display name.Select + New publisher.
Enter
Contoso
for Display name.Enter
contoso
for Name.Enter
contoso
for Prefix.Select Save.
Select the Contoso (contoso) publisher.
Select Create.
Select Back to solutions in the top-left of the screen.
Set the preferred solution
All objects are automatically added to the preferred solution.
Under Solutions in the Maker portal, select Manage for Set your preferred solution.
Select Bookings (contoso) and select Apply.
Create the Real Estate Properties custom table
Follow these steps to create a new custom table in Dataverse for Real Estate Properties.
In the left navigation pane, select Tables, select New table, and then select Create new tables.
Under Choose an option to create tables, select Start from blank.
On the Command bar select the Properties button.
Change the Display Name from Table1 to
Real Estate Property
, select the Save button.Select the New column name, and from the menu that appears, select Edit column.
Change the display name of the column called New Column to
Property Name
, select update.Add a column in the columns and data pane; select the + (New column) button to add a new column.
In the New column pane, enter the following values, and then select Save:
Display name:
Asking Price
Data type: Currency
Let's add another column in the columns and data pane; again, select the + (New column) button to add a new column.
In the New column pane, enter the following values, and then select Save:
Display name:
Street
Data type: Single line of text (this value is the default)
Add a column in the columns and data pane; select the + (New column) button to add a new column.
In the New column pane, enter the following values, and then select Save:
Display name:
City
Data type: Single line of text (this value is the default)
Add a column in the columns and data pane; select the + (New column) button to add a new column.
In the New column pane, enter the following values, and then select Save:
Display name:
Bedrooms
Data type: Choice
Create the choice values:
Under Choices you see two entry fields titled Label and Value. Enter 1 under the label. Power Apps assigns a value automatically but you can change the value to 1.
Select + New choice and make 2 the new entry for Label and 2 for Value.
Select + New choice and make 3 the new entry for Label and 3 for Value.
Select + New choice and make 4 the new entry for Label and 4 for Value.
Select + New choice and make 5 the new entry for Label and 5 for Value.
Select Save.
Add a column in the columns and data pane; select the + (New column) button to add a new column.
In the New column pane, enter the following values, and then select Save:
Display name:
Bathrooms
Data type: Choice
Create the choice values:
Under Choices you see two entry fields titled Label and Value. Enter 1 under the label. Power Apps assigns a value automatically but you can change it to 1.
Select + New choice and make 2 the new entry for Label and 2 for Value.
Select + New choice and make 3 the new entry for Label and 3 for Value.
Select + New choice and make 4 the new entry for Label and 4 for Value.
Select + New choice and make 5 the new entry for Label and 5 for Value.
Select Save.
Add another column by selecting the + button again in the columns and data pane.
In the New column pane, enter the following values, and then select Save:
Display name:
Client
Data type: Lookup
Related Table:
Contact
At the bottom of the pane, select Create.
Under Real Estate Property columns and data, enter the following test data:
Property Name:
1100 High Villas
Asking Price:
250,000
Bathrooms:
3
Bedrooms:
2
City:
Redmond
Street:
Main Avenue
Client: Select any contact
Create the Bookings table
Follow these steps to create a new custom table in Dataverse for Real Estate Property Bookings.
In the left navigation pane, select Tables, select New table, and then select Add columns and data.
Rename the table
Booking Request
.Select the New Column and choose Edit Column.
Change the Display name of the column from New Column to
Booking Name
, select Update.Add a column in the columns and data pane; select the + (New column) button to add a new column.
In the New column pane, enter the following values, and then select Save:
Display name:
Property
Data type: Lookup
Related Table:
Real Estate Property
Add another column by selecting the + New column button again in the columns and data pane.
In the New column pane, enter the following values, and then select Save:
Display name:
Viewer Name
Data type: Single line of text
Add another column by selecting the + New Column button again in the columns and data pane.
In the New column pane, enter the following values, and then select Save:
Display name:
Viewer Email
Data type: Single line of text
Format: Email
Add another column by selecting the + New column button again in the columns and data pane.
In the New column pane, enter the following values, and then select Save:
Display name:
Booking Date
Data type: Date and time
Add another column by selecting the + New column button again in the columns and data pane.
In the New column pane, enter the following values, and then select Save:
Display name:
Notes
Data type: Multiple lines of text
Add a column in the columns and data pane; select the + (New column) button to add a new column.
In the New column pane, enter the following values:
Display name:
Decision
Data type: Choice
Create the choice values:
Under Choices you see two entry fields titled Label and Value. Enter
Undecided
under the label. Power Apps assigns a value automatically, but you can change it to 1.Select + New choice and make
Accepted
the new entry for Label and 2 for Value.Select + New choice and make
Declined
the new entry for Label and 3 for Value.Designate Undecided as the Default choice.
Select Save.
In the upper right corner of the screen, select Save and exit.