Demo setup instructions 3 - Columns
Objective: In this demo, you will show how to add columns to the tables created in the previous demo.
Task 3.1 - Add columns to Pets table
-
Navigate to the Power Apps Maker portal
https://make.powerapps.com
. - Select the Demo environment.
- Select Solutions from the left navigation pane.
- Select the PL400 Demos solution.
- Expand Tables.
- Select and expand the Pet table.
-
Select Columns.
- Select + New column
- Enter
Date of birth
for Display name. - Select Date and time and then Date only for Data type.
- Expand Advanced options.
- Change Schema name to lower case.
- Show options for Time zone adjustment and select Date only.
-
Select Save.
- Select + New column
- Enter
Species
for Display name. - Select Choice and then Choice for Data type.
- Under Sync this choice with, select + New choice.
- Enter
Species type
for Display name. - Enter
Cat
for Label and select + New choice. - Enter
Dog
for Label. - Expand Advanced options.
- Change Schema name to lower case.
- Select Save.
- Select Species type for Sync this choice with.
- Expand Advanced options.
- Change Schema name to lower case.
-
Select Save.
- Select + New column
- Enter
Pet value
for Display name. - Select Currency for Data type.
- Expand Advanced options.
- Change Schema name to lower case.
- Enter
0
for Minimum value. - Enter
99999
for Minimum value. - Select Save.
Task 3.2 - Add columns to Tricks table
-
Select Tricks table.
- Select + New and then select Column.
- Enter
Points
for Display name. - Select Number and then Whole number for Data type.
- Show the options for Format and select None.
- Expand Advanced options.
- Enter `trickpoints’ for Schema name.
- Enter
0
for Minimum value. - Enter
100
for Minimum value. - Select Save.
Task 3.3 - Add columns to Pet Tricks table
- Select Pet Trick table.
- Under Schema, select Columns.
- Select + New column.
- Enter
Points
for Display name. - Select Number and then Whole number for Data type.
- Show the options for Format and select None.
- Expand Advanced options.
- Change Schema name to lower case.
- Enter
0
for Minimum value. - Enter
100
for Minimum value. -
Select Save.
- Select + New column
- Enter
Level
for Display name. - Select Choice and then Choice for Data type.
- Under Sync this choice with, select + New choice.
- Enter
Skill level
for Display name. - Enter
Beginner
for Label and select + New choice. - Enter
Intermediate
for Label and select + New choice. - Enter
Expert
for Label. - Expand Advanced options.
- Change Schema name to lower case.
- Select Save.
- Select Skill level for Sync this choice with.
- Select Beginner for Default choice.
- Expand Advanced options.
- Change Schema name to lower case.
-
Select Save.
- Select the Status Reason column.
- Select Edit.
-
Change the Active option label to New Trick.
- Make sure you have Active selected for Status.
- Change the Label from Active to
New Trick
.
-
Add the Training option.
- Select + New choice.
- Enter
Training
for Label.
-
Add the Evaluation option.
- Select + New choice.
- Enter
Evaluation
for Label.
-
Add the Passed option.
- Select + New choice.
- Enter
Passed
for Label.
-
Add the Rejected option.
- Select + New choice.
- Enter
Rejected
for Label.
-
Select New Trick for Default choice.
-
Change the Inactive option label to Canceled.
- Select the Inactive Status.
- Change the Label from Inactive to
Canceled
.
- Select Save.
- Select All in the Objects tree.
- Select Publish all customizations.