Skip to content

Commit 6b01bd4

Browse files
authored
Live publish
2 parents 5dfff5d + e0501be commit 6b01bd4

File tree

4 files changed

+31
-26
lines changed

4 files changed

+31
-26
lines changed

powerapps-docs/developer/component-framework/reference/control/getoutputs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Model-driven apps and canvas apps (public preview)
2323

2424
## Remarks
2525

26-
The output will contain a value for each property marked as `input-output` or `bound` in the manifest.
27-
For example, if the manifest has a property `value` that is an `input-output`, and you want to set that to the local variable `myvalue` you should return:
26+
The output will contain a value for each property with a usage as `bound` in the manifest.
27+
For example, if the manifest has a property named `value` that has usage as `bound`, and you want to set that to the local variable `myvalue` then you should return:
2828

2929
```TypeScript
3030
{

powerapps-docs/developer/component-framework/reference/control/includes/getoutputs-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ applies_to:
1515
ms.assetid: 06007e6e-7c82-4842-9584-75c5c5782c4d
1616
---
1717

18-
It is called by the framework prior to a component receiving the new data. Returns an object based on nomenclature defined in manifest, expecting objects[s] for the property marked as `bound` or `output`.
18+
It is called by the framework prior to a component receiving the new data. Returns an object based on nomenclature defined in manifest, expecting objects[s] for the property marked as `bound`.

powerapps-docs/teams/import-solution-in-teams.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Import a solution into Dataverse for Teams | Microsoft Docs
3-
description: Explains how to import a Dataverse solution into Dataverse for Teams.
3+
description: Explains how to import a Microsoft Dataverse solution into Microsoft Dataverse for Teams.
44
author: wimcoor
55
ms.service: powerapps
66
ms.topic: conceptual
@@ -17,44 +17,46 @@ Microsoft Dataverse for Teams provides a way to transport the customizations you
1717

1818
1. Create a solution in a Dataverse environment.
1919
1. Export the solution from the Dataverse environment.
20-
1. Import the solution in Dataverse for Teams.
20+
1. Import the solution into Dataverse for Teams.
2121

2222
## Create a solution in Dataverse
2323

24-
The first step to move your customizations is to create a solution in Dataverse. Include only components that are fully supported for Dataverse for Teams. Solutions that included components that are not supported by Dataverse for Teams won’t import. Only the following custom components can be imported into Dataverse for Teams:
24+
The first step to move your customizations is to create a solution in Dataverse. Include only components that are fully supported for Dataverse for Teams. Solutions that include components that are not supported by Dataverse for Teams won’t import. Only the following custom components can be imported into Dataverse for Teams:
2525

26-
* Canvas apps
27-
* Tables
28-
* Flows
29-
* Bots
30-
* Connection references
31-
* Environment variables
26+
* Canvas apps
27+
* Tables
28+
* Flows
29+
* Bots
30+
* Connection references
31+
* Environment variables
3232

3333
> [!NOTE]
3434
> Only include items that you or your team have created. Solutions that contain any of the standard Dataverse or Dynamics 365 tables, such as account or contact, won’t import.
3535
36-
For information about the differences between Dataverse for Teams and Dataverse, see [How are Dataverse for Teams and Dataverse different?](data-platform-compare.md)
36+
For information about the differences between Dataverse for Teams and Dataverse, go to [How are Dataverse for Teams and Dataverse different?](data-platform-compare.md)<!-- Edit note: This is per Style, but you might want to hold this kind of update for a broader future pass. -->
3737

38-
For information about how to create a solution with Dataverse, see [Create a solution](../maker/common-data-service/create-solution.md).
38+
For information about how to create a solution with Dataverse, go to [Create a solution](../maker/common-data-service/create-solution.md).
3939

40-
## Export the solution form Dataverse
40+
## Export the solution from Dataverse
4141

42-
Typically, you want to export your solution as managed. However, if your goal is to transport your customizations to Dataverse for Teams and continue your development from there, export your solution as an unmanaged solution. More information: [Export solutions](../maker/common-data-service/export-solutions.md)
42+
Typically, you want to export your solution from Dataverse as managed. However, if your goal is to transport your customizations to Dataverse for Teams and continue your development from there, export your solution as an unmanaged solution. More information: [Export solutions](../maker/common-data-service/export-solutions.md)
4343

4444
## Import the solution into Dataverse for Teams
4545

46+
Take the following steps to import a solution into Dataverse for Teams:
47+
4648
1. From the Power Apps personal app in Teams, select the **Build** tab of the team where you want to import the solution. More information: [Install the Power Apps personal app in Microsoft Teams](install-personal-app.md)
4749
1. Select **See all**, and then on the command bar, select **Import**.
48-
1. On the **Import a solution** pane, select **Browse**.
50+
1. On the **Import a solution** page, select **Browse**.
4951

5052
:::image type="content" source="media/teams-import-solution.png" alt-text="Select Browse":::
5153
1. Locate the compressed (.zip or .cab) file that contains the solution you want to import, select **Open**, and then select **Next**.
52-
1. Information about the solution is displayed. Depending on the components in the solution, you may be prompted for additional information before you select **Next**.
54+
1. Information about the solution is displayed. Depending on the components in the solution, you might be prompted for additional information before you select **Next**.
5355
- If your solution contains connection references, you’ll be prompted to select the connections you want. If a connection does not already exist, create a new one.
54-
- If your solution contains environment variables, you will be prompted to enter values. You will not see this screen if values are already present in your solution or the target environment.
56+
- If your solution contains environment variables, you'll be prompted to enter values. You will not see this page if values are already present in your solution or the target environment.
5557
1. Select **Import**.
5658

57-
Your solution imports in the background and may take multiple minutes. A notification appears on the **Build** tab as the solution is imported.
59+
Your solution imports in the background and might take multiple minutes. A notification appears on the **Build** tab as the solution is imported.
5860

5961
:::image type="content" source="media/teams-import-staus.png" alt-text="Currently importing solution message ":::
6062
After the import completes, a success or failure notification is displayed.
@@ -65,13 +67,13 @@ The ___location of your solution components is different depending on whether you i
6567

6668
## Troubleshooting import failures
6769

68-
If the import isn’t successful, you’ll see a notification on the solutions page that displays error or warnings messages that were captured. Select **Download Log File** to capture details about what caused the import to fail. The most common cause for an import to fail is that the solution did not contain some required components.
70+
If the import isn’t successful, you’ll see a notification on the solutions page that displays error or warning messages that were captured. Select **Download Log File** to capture details about what caused the import to fail. The most common cause for an import to fail is that the solution did not contain some required components.
6971

70-
When you download the log file, you will find an XML file in your browser's default download folder that you can open using Office Excel to view the contents.
72+
When you download the log file, you will find an XML file in your browser's default download folder that you can open using an XML reader, such as Microsoft Excel, to view the contents.
7173

72-
## Known issue
74+
## Known issues
7375

74-
When you are working with a new Dataverse for Teams environment, the **Import** command is missing because the **See all** link **Build** tab is not displayed for that environment.
76+
When you are working with a new Dataverse for Teams environment, the **Import** command is missing because the **See all** link located on the **Build** tab is not displayed for that environment.
7577

7678
To work around this issue, create and save an app in the environment. When an item exists in the environment, the **See all** link is available and you will be able to browse to the **Build** tab.
7779

powerapps-docs/user/collaborate-using-sharepoint.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.service: powerapps
1010
ms.devlang: na
1111
ms.topic: conceptual
1212
ms.component: model
13-
ms.date: 03/02/2020
14-
ms.author: matp
13+
ms.date: 12/14/2020
14+
ms.author: mkaur
1515
search.audienceType:
1616
- maker
1717
search.app:
@@ -29,6 +29,9 @@ Before you can use SharePoint to store documents, it must be enabled by your sys
2929

3030
- [Manage your documents using SharePoint](https://docs.microsoft.com/power-platform/admin/manage-documents-using-sharepoint)
3131

32+
> [!IMPORTANT]
33+
> SharePoint managed documents that are deleted using a Power Apps or Dynamics 365 customer engagement app are permanently deleted from both the app and the SharePoint site.
34+
3235
## Where do you access the documents from?
3336

3437
1. For row types that support document management, open the row, select the **Related** tab, and then select **Documents**.

0 commit comments

Comments
 (0)