Skip to content

Commit 066549f

Browse files
authored
Merge pull request #3215 from MicrosoftDocs/matp-ppac-fix
Matp ppac fix
2 parents fa5f58b + 2c0f9fa commit 066549f

File tree

2 files changed

+14
-52
lines changed

2 files changed

+14
-52
lines changed

powerapps-docs/maker/model-driven-apps/build-first-model-driven-app.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Mattp123
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.component: model
9-
ms.date: 07/01/2020
9+
ms.date: 08/04/2020
1010
ms.author: matp
1111
search.audienceType:
1212
- maker
@@ -27,16 +27,16 @@ Sign in to [Power Apps](https://make.powerapps.com/). If you don't already have
2727

2828
## Create your model-driven app
2929

30-
1. Select the environment you want, or go to the [Power Apps admin center](https://admin.powerapps.com/) to create a new one.
30+
1. Select the environment you want, or go to the [Power Platform admin center](https://admin.powerplatform.microsoft.com/) to create a new one.
3131

32-
2. On the **Home** page, select **Model-driven app from blank**.
32+
2. On the **Home** page, select **Model-driven app from blank**.
3333

3434
> [!div class="mx-imgBorder"]
3535
> <img src="media/build-first-model-driven-app/start-from-blank-model-driven.png" alt="Start from blank model" height="429" width="673">
3636
37-
3. Select **Create**.
37+
3. Select **Create**.
3838

39-
3. On the **Create a New App** page, enter the following details, and then select **Done**:
39+
3. On the **Create a New App** page, enter the following details, and then select **Done**:
4040
- **Name**: Enter a name for the app, such as *My first app*.
4141
- **Unique Name**: By default, the unique name uses the name your specify in the **Name** box without spaces and preceded by the publisher prefix and an underscore (_). For example, *crecf_Myfirstapp*. More information: [Change the solution publisher prefix](../common-data-service/change-solution-publisher-prefix.md)
4242
- **Description**: Type a short description of what the app is or does, such as *This is my first app*.
@@ -47,25 +47,25 @@ For information about the additional app properties, see [Create an app](create-
4747
4848
## Add components to your app
4949
From the app designer you add components to your app.
50-
1. Select the **Open the Site Map Designer** edit button to open the sitemap designer.
50+
1. Select the **Open the Site Map Designer** edit button to open the sitemap designer.
5151

5252
> [!div class="mx-imgBorder"]
5353
> ![Create-new-sitemap](media/build-first-model-driven-app/new-sitemap.png "Site Map Designer")
5454
55-
2. On the sitemap designer select **New Subarea**, in the right pane select the **Properties** tab, and then select the following properties.
55+
2. On the sitemap designer select **New Subarea**, in the right pane select the **Properties** tab, and then select the following properties.
5656
- **Type**: Entity
5757
- **Entity**: Account
5858

5959
> [!div class="mx-imgBorder"]
6060
> ![Add components to sitemap](media/build-first-model-driven-app/sitemap.png "New Subarea")
6161
62-
3. Select **Save And Close**.
63-
4. On the app designer canvas select **Forms**, and then on the right pane under the **Main Forms** group select the **Account** form.
62+
3. Select **Save And Close**.
63+
4. On the app designer canvas select **Forms**, and then on the right pane under the **Main Forms** group select the **Account** form.
6464

6565
> [!div class="mx-imgBorder"]
6666
> ![Account main form](media/build-first-model-driven-app/main-form.png "App Forms")
6767
68-
5. On the app designer canvas select **Views**, and then select the **Active Accounts**, **All Accounts**, and **My Active Accounts** views.<!-- All checkbox seems to be selected by default -->
68+
5. On the app designer canvas select **Views**, and then select the **Active Accounts**, **All Accounts**, and **My Active Accounts** views.<!-- All checkbox seems to be selected by default -->
6969

7070
> [!div class="mx-imgBorder"]
7171
> ![Account views](media/build-first-model-driven-app/views.png "App Views")
@@ -76,16 +76,6 @@ From the app designer you add components to your app.
7676
> [!div class="mx-imgBorder"]
7777
> ![App designer toolbar save](media/build-first-model-driven-app/app-designer-toolbar.png "Save the app")
7878
79-
<!-- ## Validate your app
80-
This step checks for component dependencies that are required for the app to work, but haven't yet been added to the app.
81-
82-
1. On the app designer canvas, select the component that indicates a dependency, such as the **Forms** component. Then, on the right-pane select the **Required** tab, expand **Entity Dependencies** and then select all required dependencies.
83-
84-
![Add dependencies](media/build-first-model-driven-app/resolve-dependencies.png)
85-
86-
2. Select **Add Dependencies**.
87-
3. On the app designer toolbar, select **Save**. -->
88-
8979
## Publish your app
9080
On the app designer toolbar, select **Publish**.
9181

powerapps-docs/maker/model-driven-apps/overview-model-driven-samples.md

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: powerapps
88
ms.devlang: na
99
ms.topic: conceptual
1010
ms.component: model
11-
ms.date: 03/09/2020
11+
ms.date: 08/04/2020
1212
ms.author: brdang
1313
search.audienceType:
1414
- maker
@@ -55,40 +55,12 @@ In order to play or edit model-driven sample apps, the apps must first be provis
5555
- Deleting the solution also deletes any sample data specific to the custom entities for the app.
5656
- If customizations were made to the sample app, there may be [dependencies](https://docs.microsoft.com/dynamics365/customer-engagement/developer/dependency-tracking-solution-components), which must be removed before deleting the solution.
5757

58-
### Steps
59-
1. Login to the [Power Apps admin portal](https://admin.powerapps.com).
58+
### Delete a solution
59+
To delete a solution, follow the steps in this topic: [Delete a model-driven app](delete-model-driven-app.md#delete-a-model-driven-app-that-was-installed-as-part-of-a-managed-solution)
6060

61-
2. Select an environment.
62-
63-
> [!div class="mx-imgBorder"]
64-
> ![Dynamics 365 Administration Center](media/overview-model-driven-samples/admin-center.png "Select an environment")
65-
66-
3. Click **Dynamics 365 Administration Center**.
67-
68-
4. Select your Database from the list and click **OPEN**.
69-
70-
> [!div class="mx-imgBorder"]
71-
> ![Select database](media/overview-model-driven-samples/select-database.png "Select a database")
72-
73-
5. Navigate to **Settings/Solutions**.
74-
75-
6. Select the solution for the app that is to be deleted and click **delete**.
76-
77-
> [!div class="mx-imgBorder"]
78-
> ![Delete solution](media/overview-model-driven-samples/delete-solution.png "Delete the solution")
79-
80-
*Alternatively navigate to the list of solutions by clicking **Advanced** in the maker portal and delete everything in the URL after .dynamics.com/*
81-
82-
> [!IMPORTANT]
83-
> Do not delete other system solutions unless you're aware of the impact.
8461

8562
## Install or uninstall Sample Data
86-
1. Follow steps 1-4 above.
87-
2. Navigate to **Settings/Data Management/Sample Data**.
88-
3. If sample data is installed, the option to remove is available. Otherwise the option to install is available.
89-
90-
> [!div class="mx-imgBorder"]
91-
> ![remove sample data](media/overview-model-driven-samples/remove-sample-data.png "Remove sample data")
63+
To remove sample data, follow the steps in this topic: [Add or remove sample data](/power-platform/admin/add-remove-sample-data)
9264

9365

9466

0 commit comments

Comments
 (0)