Skip to content

Commit 34e4058

Browse files
authored
Live publish
2 parents 5211a17 + 5e9d125 commit 34e4058

24 files changed

+34
-40
lines changed

powerapps-docs/maker/common-data-service/create-edit-virtual-entities.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Alternatively, developers can build their own data providers. Data providers are
5353

5454
Developers create a custom plug-in to use as the data provider for a virtual table. Alternatively, you can use the provided OData v4 Data Provider. More information: [OData v4 Data Provider configuration, requirements, and best practices](virtual-entity-odata-provider-requirements.md)
5555

56-
1. Go to **[Settings](../model-driven-apps/advanced-navigation.md#settings)** > **Administration** > **Virtual table Data Sources**.
56+
1. Sign in to Power Apps, and then select **Settings** > **Advanced settings**.
57+
1. Go to **[Settings](../model-driven-apps/advanced-navigation.md#settings)** > **Administration** > **Virtual Entity Data Sources**.
5758
1. On the actions toolbar, select **New**.
5859
1. On the **Select Data Provider** dialog box, select from the following data sources, and then select **OK**.
5960

@@ -90,8 +91,8 @@ Part of the name of any virtual table you create is the customization prefix. Th
9091

9192
### Create a virtual table
9293

93-
1. In solution explorer, create a new table. To do this, select **Tables** in the left navigation pane, and then select **New**.
94-
2. On the **General** tab of the **Entity Definition**, select **Virtual table**, and then in the **Data Source** drop down list, select the data source that you want.
94+
1. In solution explorer, create a new table. To do this, select **Entities** in the left navigation pane, and then select **New**.
95+
2. On the **General** tab of the **Entity Definition**, select **Virtual Entity**, and then in the **Data Source** drop down list, select the data source that you want.
9596

9697
> [!div class="mx-imgBorder"]
9798
> ![Virtual table option on table definition](media/virtual-entity-click-option.png)

powerapps-docs/maker/common-data-service/data-platform-entity-lookup.md

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,70 +33,63 @@ Additionally, you can set advanced cascading behaviors on many-to-one and one-to
3333

3434
To add a lookup relation to a table, create a relation under the **Relationships** tab and specify the table with which you want to create a relationship.
3535

36-
1. On [powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), expand the **Data** section and click or tap **Tables** in the left navigation pane.
36+
1. On [powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), expand the **Data** section, and then select **Tables** on the left navigation pane.
3737

38-
2. Click or tap an existing table, or [Create a new table](data-platform-create-entity.md)
38+
1. Select an existing table, or [Create a new table](data-platform-create-entity.md)
3939

40-
3. Click **Relationships**
40+
1. Select the **Relationships** tab.
4141

42-
4. Click **Add relationship**, this will open a new panel for you to choose the table you want to create a relationship to. Select the table from the **Related table** drop down.
42+
1. Select **Add relationship**, and then select a relationship type, such as **Many-to-one**.
4343

44-
> [!div class="mx-imgBorder"]
45-
> ![Many to One Relationship](./media/data-platform-cds-newrelationship/manytoone-1.png "Many to One Relationship")
46-
47-
5. After selecting a table the Look up columns will be shown on the Primary table, they will default with the table's name (in this example Classroom) but you can change them if needed.
44+
1. On the right pane, select a **Related** table for the **Current** table, and then select **Done**.
4845

49-
![Many to One Relationship](./media/data-platform-cds-newrelationship/manytoone-2.png "Many to One Relationship")
46+
> [!div class="mx-imgBorder"]
47+
> ![Many to one relationship example](./media/data-platform-cds-newrelationship/manytoone-2.png "Many to one relationship example")
5048
51-
6. Click **Done** to add the relationship to your table, and then click **Save table**.
49+
1. Select **Save table**.
5250

5351
> [!div class="mx-imgBorder"]
54-
> ![Many to One Relationship](./media/data-platform-cds-newrelationship/manytoone-3.png "Many to One Relationship")
52+
> ![Many to One Relationship](./media/data-platform-cds-newrelationship/manytoone-3.png "Many to One Relationship")
5553
5654
## Add a One-to-many relationship
5755

5856
To add a One-to-many relationship, create a relation under the **Relationships** tab and specify the table with which you want to create a relationship.
5957

60-
1. On [powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), expand the **Data** section and click or tap **Tables** in the left navigation pane.
58+
1. On [powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), expand the **Data** section and select **Tables** in the left navigation pane.
6159

62-
2. Click or tap an existing table, or [Create a new table](data-platform-create-entity.md)
60+
2. Select an existing table, or [Create a new table](data-platform-create-entity.md)
6361

64-
3. Click **Relationships**
62+
3. Select the **Relationships** tab.
6563

66-
4. Click the down arrow to the right of **Add relationship**, this will give you the choice of both types of relationships. Click **One-to-many** this will open a new panel for you to choose the table you want to create a relationship to. Select the table from the **Related table** drop down.
64+
4. Select the down arrow to the right of **Add relationship**, and then select **One-to-many**.
6765
> [!div class="mx-imgBorder"]
6866
> ![One to Many Relationship](./media/data-platform-cds-newrelationship/onetomany-1.png "One to Many Relationship")
6967
70-
5. After selecting a table the Look up columns will be shown on the Primary table, they will default with the tables name (in this example Class) but you can change them if needed.
68+
5. Select a table. Notice the **Look up** columns will be shown on the **Current** table, they will default with the tables name (in this example Teacher) but you can change them if needed. Select **Done** to add the relationship to your table.
7169

7270
> [!NOTE]
73-
> In the case of a One-to-many relationships, the Look up column will be created on the related table, not the table you currently have selected. If you need the lookup on the current table, please create a Many-to-one relationship.
71+
> In the case of a One-to-many relationships, the Look up column will be created on the related table, not the table you currently have selected. If you need the lookup on the current table, create a Many-to-one relationship.
7472
75-
> [!div class="mx-imgBorder"]
76-
> ![One to Many Relationship](./media/data-platform-cds-newrelationship/onetomany-2.png "One to Many Relationship")
77-
78-
6. Click **Done** to add the relationship to your table, and then click **Save table**.
79-
80-
> [!div class="mx-imgBorder"]
81-
> ![One to Many Relationship](./media/data-platform-cds-newrelationship/onetomany-3.png "One to Many Relationship")
73+
:::image type="content" source="media/data-platform-cds-newrelationship/one-to-many-example.png" alt-text="One to many example":::
74+
6. Select **Save table**.
8275

8376
## Add a Many-to-many relationship
8477
To add a Many-to-many relationship, create a relation under the **Relationships** tab and specify the table with which you want to create a relationship.
8578

86-
1. On [powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), expand the **Data** section and click or tap **Tables** in the left navigation pane.
79+
1. On [powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), expand the **Data** section and select **Tables** in the left navigation pane.
8780

88-
2. Click or tap an existing table, or [Create a new table](data-platform-create-entity.md)
81+
2. Select an existing table, or [Create a new table](data-platform-create-entity.md)
8982

90-
3. Click **Relationships**
83+
3. Select the **Relationships** tab.
9184

92-
4. Click the down arrow to the right of **Add relationship**, this will give you the choice of both types of relationships. Click **Many-to-many** this will open a new panel for you to choose the table you want to create a relationship to. Select the table from the **Related table** drop down.
85+
4. Select **Add relationship** and then select **Many-to-many**. This opens a panel for you to choose the table you want to create a relationship to. Select the table from the **Related table** drop down.
9386

9487
5. After selecting a table, the names for the relationship and relationship table will appear. They will default with the names of the tables combined, but you can change them if needed.
9588

9689
> [!div class="mx-imgBorder"]
9790
> ![Many to Many Relationship](./media/data-platform-cds-newrelationship/manytomany-1.png "Many to Many Relationship")
9891
99-
6. Click **Done** to add the relationship to your table, and then click **Save table**.
92+
6. Select **Done** to add the relationship to your table, and then click **Save table**.
10093

10194

10295
## Add advanced relationship behavior

powerapps-docs/maker/common-data-service/define-alternate-keys-solution-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Part of the name of any alternate key you create is the customization prefix. Th
4242

4343
## View alternate keys
4444

45-
1. With solution explorer open, under **Components** expand **Tables** and select the table where you want to view alternate keys.
45+
1. With solution explorer open, under **Components** expand **Entities** and select the table where you want to view alternate keys.
4646
2. Expand the table and select **Keys**.
4747

4848
![View alternate keys](media/view-alternate-keys-solution-explorer.png)
@@ -67,7 +67,7 @@ Part of the name of any alternate key you create is the customization prefix. Th
6767

6868
## Delete an alternate key
6969

70-
While [viewing alternate keys](#view-alternate-keys), select ![Delete](media/delete.gif).
70+
While [viewing alternate keys](#view-alternate-keys), select ![Delete command](media/delete.gif).
7171

7272
### See also
7373

Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)