Skip to content

Commit a884f83

Browse files
committed
tweaks
1 parent ca7d3ab commit a884f83

File tree

8 files changed

+41
-14
lines changed

8 files changed

+41
-14
lines changed
Loading
Loading
Loading
Loading

powerapps-docs/maker/canvas-apps/northwind-install.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ Northwind Traders is a fictitious organization that manages orders, products, cu
2828

2929
## Install the solution
3030

31-
1. [Download the **Northwind Traders Solution File** ![download](media/northwind-install/download.png)](https://pwrappssamples.blob.core.windows.net/samples/NorthwindTraders_1_0_0_5.zip).
31+
> [!div class="nextstepaction"]
32+
> [Download the Northwind Traders Solution File](https://pwrappssamples.blob.core.windows.net/samples/NorthwindTraders_1_0_0_5.zip)
3233
33-
This [solution](../../developer/common-data-service/introduction-solutions.md) file (.zip) contains the definitions of entities, option sets, and business processes; the canvas and model-driven apps; and any other pieces that are used together.
34+
This [solution](../../developer/common-data-service/introduction-solutions.md) file (.zip) contains the definitions of entities, option sets, and business processes; the canvas and model-driven apps; and any other pieces that are used together.
3435

3536
1. Sign in to [PowerApps](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then ensure that you're working in an environment that contains a Common Data Service database.
3637

@@ -140,3 +141,18 @@ If you scroll down the form, it shows the same line items as the canvas app does
140141

141142
> [!div class="mx-imgBorder"]
142143
> ![more order details in model-driven app](media/northwind-install/orders-model-3.png)
144+
145+
## Do it yourself
146+
147+
You can follow step-by-step instructions to create the canvas app shown earlier in this topic. The instructions are divided into three parts:
148+
149+
1. [Create an order gallery](northwind-orders-canvas-part1.md).
150+
1. [Create a summary form](northwind-orders-canvas-part2.md).
151+
1. [Create a detail gallery](northwind-orders-canvas-part3.md).
152+
153+
If you want to skip ahead, the solution contains a starting-point app for each part. In the list of apps, look for **Northwind Orders (Canvas), Begin Part 1** and so on.
154+
155+
This [overview of the app](northwind-orders-overview.md) explains the user interface, data sources, and how relationships are used.
156+
157+
> [!div class="nextstepaction"]
158+
> [Start by reading the overview](northwind-orders-overview.md)

powerapps-docs/maker/canvas-apps/northwind-orders-canvas-overview.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,15 @@ As another example of walking from one entity to another, you can specify that a
8181

8282
In this case, **Gallery1.Selected** specifies a record in the **Orders** entity, just as **ThisItem** did in the previous example. However, this expression doesn't pull just one record as the previous expression did. Instead, it pulls an entire table of records to show the name and per-unit cost of each product (as reflected in the **Order Products** entity) and the quantity (as reflected in the **Order Details** entity).
8383

84+
## Do it yourself
85+
86+
You can follow step-by-step instructions to create the Northwind Orders canvas app. The instructions are divided into three parts:
87+
88+
1. [Create an order gallery](northwind-orders-canvas-part1.md).
89+
1. [Create a summary form](northwind-orders-canvas-part2.md).
90+
1. [Create a detail gallery](northwind-orders-canvas-part3.md).
91+
92+
If you want to skip ahead, the solution contains a starting-point app for each part. In the list of apps, look for **Northwind Orders (Canvas), Begin Part 1** and so on.
93+
8494
> [!div class="nextstepaction"]
85-
> [Create the order gallery](northwind-orders-canvas-part1.md)
95+
> [Continue by creating the order gallery](northwind-orders-canvas-part1.md)

powerapps-docs/maker/canvas-apps/northwind-orders-canvas-part2.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,14 @@ In this section, you'll add controls to show a summary of any order that the use
130130
> [!div class="mx-imgBorder"]
131131
> ![Edit form control shows seven fields](media/northwind-orders-canvas-part2/form-08.png)
132132
133-
If any field shows a red error icon, a problem might have occurred when data was pulled from the source. To resolve the error, refresh the data:
134-
135-
1. On the **View** tab, select **Data sources**.
136-
1. In the **Data** pane, select **Data sources**.
137-
1. Next to **Orders**, select the ellipsis (...), select **Refresh**, and then close the **Data** pane.
138-
139-
If the combo box for the customer or employee name still shows an error, check the **Primary text** and **SearchField** of each box by selecting it and then opening the **Data** pane. For the customer box, both fields should be set to **nwind_company**. For the employee box, both fields should be set to **nwind_lastname**.
133+
> [!NOTE]
134+
> If any field shows a red error icon, a problem might have occurred when data was pulled from the source. To resolve the error, refresh the data:
135+
>
136+
> 1. On the **View** tab, select **Data sources**.
137+
> 1. In the **Data** pane, select **Data sources**.
138+
> 1. Next to **Orders**, select the ellipsis (...), select **Refresh**, and then close the **Data** pane.
139+
>
140+
> If the combo box for the customer or employee name still shows an error, check the **Primary text** and **SearchField** of each box by selecting it and then opening the **Data** pane. For the customer box, both fields should be set to **nwind_company**. For the employee box, both fields should be set to **nwind_lastname**.
140141
141142
1. With the form selected, change the number of columns in the form from 3 to 12 in the **Properties** tab near the right edge.
142143
@@ -520,7 +521,7 @@ The **Orders** entity has a many-to-one relationship with the **Employees** enti
520521
> [!div class="mx-imgBorder"]
521522
> ![Deleting orders](media/northwind-orders-canvas-part2/save-delete.gif)
522523
523-
## On to Part 3
524+
## Summary
524525
525526
To recap, you added a form in which the user can show and edit a summary of each order, and you used these elements:
526527

powerapps-docs/maker/canvas-apps/northwind-orders-canvas-part3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ search.app:
1818

1919
Follow step-by-step instructions to create a detail gallery in a canvas app for managing fictitious data in the Northwind Traders database. This topic is part of a series that explains how to build a business app on relational data in Common Data Service. For best results, explore these topics in this sequence:
2020

21-
1. [Create an order gallery in a canvas app](northwind-orders-canvas-part1.md).
22-
1. [Create a summary form in a canvas app](northwind-orders-canvas-part2.md).
23-
1. Create a detail gallery in a canvas app (**this topic**).
21+
1. [Create an order gallery](northwind-orders-canvas-part1.md).
22+
1. [Create a summary form](northwind-orders-canvas-part2.md).
23+
1. Create a detail gallery (**this topic**).
2424

2525
> [!div class="mx-imgBorder"]
2626
> ![Definition of screen areas](media/northwind-orders-canvas-part1/orders-parts.png)

0 commit comments

Comments
 (0)