Skip to content

Commit e2a9d1a

Browse files
authored
Merge pull request #855 from MicrosoftDocs/master
Publish: changes to docfx.json, control ref., etc.
2 parents ebd3975 + 44f36df commit e2a9d1a

File tree

7 files changed

+28
-20
lines changed

7 files changed

+28
-20
lines changed

powerapps-docs/docfx.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,17 @@
5151
"feedback_github_repo": "MicrosoftDocs/powerapps-docs",
5252
"feedback_product_url": "https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas/"
5353
},
54-
"fileMetadata": {},
54+
"fileMetadata": {
55+
"bilingual_type": {
56+
"**/*": "hover over",
57+
"maker/common-data-service/**/*": "",
58+
"maker/model-driven-apps/**/*": "",
59+
"maker/TOC.yml": "",
60+
"maker/dev-community-plan.md": "",
61+
"maker/index.md": "",
62+
"maker/signup-for-powerapps.md": ""
63+
}
64+
},
5565
"template": [],
5666
"dest": "powerapps-docs",
5767
"markdownEngineName": "markdig"

powerapps-docs/maker/canvas-apps/controls/control-attachments.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,18 @@ search.app:
1515
- PowerApps
1616
---
1717
# Attachments control in PowerApps
18-
A control that allows users to download files to their device, as well as upload and delete files from a SharePoint list.
18+
A control that allows users to download files to their device, as well as upload and delete files from a SharePoint list or a Common Data Service for Apps entity.
1919

2020
## Limitations
21-
The attachment control has the following temporary limitations:
22-
1. Attachment download is supported in Internet Explorer only within SharePoint custom list forms.
21+
The attachment control has these limitations:
22+
1. Attachments are supported with SharePoint lists and CDS for Apps entities.
2323

24-
1. Attachment upload only works with SharePoint list data sources. Support for other data sources will be introduced incrementally, starting with CDS.
25-
26-
1. Upload and delete functionality only work inside a form. Attachment control will look disabled when in Edit mode and not inside a form. Note that in order to save the file additions and deletions to the back end, the end user must save the form.
24+
1. Upload and delete functionality only work inside a form. Attachment control will look disabled when in Edit mode and not inside a form. Note that in order to save the file additions and deletions to the back end, the end user must save the form.
2725

2826
1. You can only upload files up to 10 MB in size.
2927

30-
1. Currently, iOS devices can only upload files from documents and cloud storage accounts. To attach photos/videos, please use the web browser on your iOS device to run the app.
31-
3228
## Description
33-
An **Attachments** control lets you open files stored on a data source as well as add and delete files from a SharePoint list.
29+
An **Attachments** control lets you open, add, and delete files from a SharePoint list or a CDS for Apps entity.
3430

3531
## Key properties
3632
**[Items](properties-core.md)** – The source describing the files that can be downloaded.
@@ -80,7 +76,7 @@ An **Attachments** control lets you open files stored on a data source as well a
8076

8177

8278
## Example
83-
1. Create an app from data using a SharePoint list as a data source. Alternatively, add a form to your app and set a SharePoint list as its data source.
79+
1. Create an app from data using a SharePoint list as a data source. As an alternative, add a form to your app, and set a SharePoint list as its data source.
8480

8581
2. Select the **Form** control in the tree view on the left-hand side.
8682

powerapps-docs/maker/canvas-apps/controls/control-export-import.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ If you want to create more than one app that uses the same data but not share th
2323
## Warning
2424
Enabling this functionality in your app may expose it to security vulnerabilities and data leakage. It is recommended to advise users to import only recognized and trusted files and only export data that is not confidential or sensitive.
2525

26+
## Limitations
27+
The export functionality isn't supported in web browsers.
28+
2629
## Key properties
2730
**Data** – The name of a collection that you want to export to a local file.
2831

powerapps-docs/maker/model-driven-apps/add-edit-app-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Tutorial to add or edit model-driven app components with PowerApps | MicrosoftDocs"
33
description: "Use the PowerApps app designer to add or edit components"
44
keywords: ""
5-
ms.date: 03/30/2018
5+
ms.date: 10/15/2018
66
ms.service: crm-online
77
ms.custom:
88
ms.topic: article
@@ -53,7 +53,7 @@ The app designer refers to existing metadata in the default solution. You can us
5353
## Open an app
5454
1. Sign in to [PowerApps](https://web.powerapps.com/).
5555

56-
2. Select an existing model-driven app or select **Start from blank** model-driven app. For information about how to create an app, see [Create or edit a model-driven app by using the app designer](create-edit-app.md#create-an-app).
56+
2. Select an existing model-driven app or select **Start from blank**. For information about how to create an app, see [Create or edit a model-driven app by using the app designer](create-edit-app.md#create-an-app).
5757

5858
## Add an artifact (entity, dashboard, or business process flow)
5959
When you add a dashboard or business process flow to an app, the entities they use are automatically added to the app. When you add an entity, the tiles for its assets are automatically added. There are two ways you can add artifacts to the designer canvas: by using the **Add** button ![Add button on the designer](../model-driven-apps/media/dynamics365-designer-addbutton.PNG "Add button on the designer") on the command bar or by using the tiles on the **Components** tab.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: powerapps
1010
ms.devlang: na
1111
ms.topic: conceptual
1212
ms.component: model
13-
ms.date: 04/18/2018
13+
ms.date: 10/15/2018
1414
ms.author: matp
1515
search.audienceType:
1616
- maker
@@ -35,7 +35,7 @@ Sign in to [PowerApps](https://web.powerapps.com/). If you don’t already have
3535
> [!IMPORTANT]
3636
> If the **Model-driven** design mode isn't available, you may need to [Create an environment](https://docs.microsoft.com/powerapps/administrator/create-environment).
3737
38-
2. On the **Home** page, select **Start from blank** option for model-driven app
38+
2. On the **Home** page, select the **Start from blank** option for a model-driven app.
3939
![Start-from-blank_model](media/build-first-model-driven-app/start-from-blank-model-driven.png)
4040

4141
3. On the **Create a New App** page, enter the following details, and then select **Done**:

powerapps-docs/maker/model-driven-apps/create-edit-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create or edit a model-driven app using the app designer in PowerApps | MicrosoftDocs"
33
description: "Learn how to create or edit apps using the app designer"
44
keywords: ""
5-
ms.date: 05/23/2018
5+
ms.date: 10/15/2018
66
ms.service: crm-online
77
ms.custom:
88
ms.topic: article
@@ -38,7 +38,7 @@ Verify the following prerequisites before you start creating an app:
3838
<a name="createApp"></a>
3939
## Create an app
4040

41-
1. On the [PowerApps](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) **Home** page, select **Start from blank** option for model-driven app.
41+
1. On the [PowerApps](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) **Home** page, select the **Start from blank** option for a model-driven app.
4242

4343
![Model-driven start from blank](media/start-from-blank-model-driven.png)
4444

powerapps-docs/maker/model-driven-apps/create-edit-quick-create-forms.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create or edit model-driven app quick create forms in PowerApps | MicrosoftDocs"
33
description: "Learn how to create or edit a quick create form"
44
ms.custom: ""
5-
ms.date: 05/23/2018
5+
ms.date: 10/15/2018
66
ms.reviewer: ""
77
ms.service: "crm-online"
88
ms.suite: ""
@@ -56,7 +56,6 @@ You can enable custom activity entities to support quick create forms, and you c
5656
1. Sign in to [PowerApps](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
5757

5858

59-
6059
> [!IMPORTANT]
6160
> “If the **Model-driven** design mode isn't available, you may need to [Create an environment](https://docs.microsoft.com/powerapps/administrator/create-environment).
6261
@@ -92,7 +91,7 @@ If you add a composite field to a quick create form, it will be displayed as sep
9291

9392
### To edit a quick create form
9493

95-
1. On the [PowerApps](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) site, select **Model-driven** (lower left of the navigation pane).
94+
1. Sign in to [PowerApps](https://web.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
9695

9796
> [!IMPORTANT]
9897
> “If the **Model-driven** design mode isn't available, you may need to [Create an environment](https://docs.microsoft.com/powerapps/administrator/create-environment).

0 commit comments

Comments
 (0)