Skip to content

Commit 7c0238e

Browse files
authored
Merge branch 'live' into patch-2
2 parents b7eab3b + ad5a9e2 commit 7c0238e

File tree

348 files changed

+4108
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+4108
-256
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,11 @@
19041904
"source_path": "powerapps-docs/maker/common-data-service/entity-relationship-behavior.md",
19051905
"redirect_url": "create-edit-entity-relationships#entity-relationship-behavior",
19061906
"redirect_document_id": false
1907+
},
1908+
{
1909+
"source_path": "powerapps-docs/maker/canvas-apps/embed-teams-app.md",
1910+
"redirect_url": "/powerapps/teams/embed-teams-app",
1911+
"redirect_document_id": false
19071912
}
19081913
]
19091914
}

powerapps-docs/developer/common-data-service/webapi/enhanced-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Edit the `<configuration>` element to add a the `connectionStrings` node as show
6868
<connectionStrings>
6969
<!--Online using Office 365-->
7070
<add name="Connect"
71-
connectionString="Url=https://yourorg.api.crm.dynamics.com;[email protected];Password=y0urp455w0rd; />
71+
connectionString="Url=https://yourorg.api.crm.dynamics.com;[email protected];Password=mypassword;" />
7272
</connectionStrings>
7373
</configuration>
7474
```

powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,16 @@ To add code components to a canvas app:
8181

8282
## Delete a code component
8383

84-
To delete a code component from a canvas app, select the code component that you want to delete and then select the **Delete** button on the menu. When the code component is deleted from the app, all the code component elements get deleted from the app and the app package.
84+
To delete a code component from a canvas app:
85+
86+
1. Open the app where you have added the code component.
87+
1. Select the **Tree view** icon from the left pane and select the screen where you have added the code component.
88+
1. Select **ellipse (...)** next to the code component and select **Delete**.
89+
90+
> [!div class="mx-imgBorder"]
91+
> ![Delete code component](media/delete-code-component.png "Delete code component")
92+
93+
1. Save the app to see the changes.
8594

8695
## Update existing code components
8796

Loading

powerapps-docs/developer/component-framework/reference/navigation/openform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Model-driven apps
2929

3030
| Parameter Name|Type|Required|Description|
3131
| ------------- |----|--------|-----------|
32-
|options|`EntityFormOptions`|Yes|Entity form options for opening the form. The EntityFormOptions has the following attributes:<br/>- **createFromEntity**: `Lookup`. Designates a record that will provide default values based on mapped attribute values. The lookup object has the following String properties: `entityType`, `id`, and `name`. <br/>- **entityId**: `String`. ID of the entity record to display the form for.<br/>- **entityName**: `String`. Logical name of the entity to display the form for.<br/>- **formId**: `String`. ID of the form instance to be displayed.<br/>- **height**: `Number`. Height of the form window to be displayed in pixels.<br/>- **openInNewWindow**: `boolean`. whether to display form in a new window.<br/>- **useQuickCreateForm**: `Boolean`. whether to open a quick create form. If you do not specify this, by default `false` is passed.<br/>- **width**: `Number`. Width of the form window to be displayed in pixels.<br/>- **windowPosition**: `Number`. Specify one of the following values for the window position of the form on the screen: `1:center` <br/> `2:side`|
32+
|options|`EntityFormOptions`|Yes|Entity form options for opening the form. The EntityFormOptions has the following attributes:<br/>- **createFromEntity**: `Lookup`. Designates a record that will provide default values based on mapped attribute values. The lookup object has the following String properties: `entityType`, `id`, and `name`. <br/>- **entityId**: `String`. ID of the entity record to display the form for.<br/>- **entityName**: `String`. Logical name of the entity to display the form for.<br/>- **formId**: `String`. ID of the form instance to be displayed.<br/>- **height**: `Number`. Height of the form window to be displayed in pixels.<br/>- **openInNewWindow**: `boolean`. whether to display form in a new window or a new tab. If you specify `true` and do not specify values for height or width, the form will display in a new tab. <br/>- **useQuickCreateForm**: `Boolean`. whether to open a quick create form. If you do not specify this, by default `false` is passed.<br/>- **width**: `Number`. Width of the form window to be displayed in pixels.<br/>- **windowPosition**: `Number`. Specify one of the following values for the window position of the form on the screen: `1:center` <br/> `2:side`|
3333
|parameters|`Object`|No|An dictionary object that passes extra parameters to the form. Invalid parameters will cause an error. More information [see field values using parameters passed to a form](https://docs.microsoft.com/powerapps/developer/model-driven-apps/set-field-values-using-parameters-passed-form) and [Configure a form to accept custom query string parameters](https://docs.microsoft.com/powerapps/developer/component-framework/sample-controls/navigation-api-control)|
3434

3535
## Return Value
@@ -44,4 +44,4 @@ See [Promise](https://developer.mozilla.org/docs/Web/JavaScript/reference/Global
4444

4545
[Navigation](../navigation.md)<br/>
4646
[Power Apps component framework API reference](../../reference/index.md)<br/>
47-
[Power Apps component framework overview](../../overview.md)
47+
[Power Apps component framework overview](../../overview.md)

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-process/activeprocess/setActiveProcess.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ search.app:
2222

2323
If there is an active instance of the process, the entity record is loaded with the process instance ID. If there is no active instance of the process, a new process instance is created and the entity record is loaded with the process instance ID. If there are multiple instances of the current process, the record is loaded with the first instance of the active process as per the defaulting logic, that is the most recently used process instance per user.
2424

25+
> [!NOTE]
26+
> The `setActiveProcess` method should be used while creating or editing a record. Use the `setActiveProcess` method to set the active process for a business process flow instead of `processId` and `porocessInstanceId` with `Xrm.Navigation.openForm` method .
27+
2528
## Syntax
2629

2730
`formContext.data.process.setActiveProcess(processId, callbackFunction);`

powerapps-docs/index.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
ms.topic: hub-page # Required
1313
author: KumarVivek #Required; your GitHub user alias, with correct capitalization.
1414
ms.author: kvivek #Required; microsoft alias of author; optional team alias.
15-
ms.date: 09/13/2020 #Required; mm/dd/yyyy format.
15+
ms.date: 09/22/2020 #Required; mm/dd/yyyy format.
1616
hide_bc: false
1717

1818

@@ -81,6 +81,18 @@ conceptualContent:
8181
url: /powerapps/maker/common-data-service
8282
text: More
8383

84+
- title: Integrate with Microsoft Teams
85+
links:
86+
- text: Embed a canvas app in Teams
87+
url: /powerapps/teams/embed-teams-app
88+
itemType: overview
89+
- text: Create apps in Teams
90+
url: /powerapps/teams/create-apps-overview
91+
itemType: overview
92+
- text: What is Project Oakdale?
93+
url: /powerapps/teams/overview-data-platform
94+
itemType: overview
95+
8496
- title: Use solutions for ALM
8597
links:
8698
- text: What are solutions?

powerapps-docs/maker/TOC.yml

Lines changed: 89 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,12 @@
5757
href: ../user/screen-reader.md
5858
- name: Keyboard shortcuts
5959
href: ../user/keyboard-shortcuts.md
60-
- name: Work with records and activities
60+
- name: Work with records
6161
items:
6262
- name: Create a record
6363
href: ../user/create-a-record.md
64-
- name: Add activities to the timeline
65-
href: ../user/add-activities.md
6664
- name: Work with records in the new calendar view
6765
href: ../user/calendar-view.md
68-
- name: FAQ about activities
69-
href: ../user/faq-for-timeline-and-activity.md
7066
- name: Use the lookup field on a record
7167
href: ../user/lookup-field.md
7268
- name: View a profile card
@@ -78,7 +74,27 @@
7874
- name: Add a connection role
7975
href: ../user/add-connection-role.md
8076
- name: Deactivate accounts or contacts
81-
href: ../user/deactivate-activate-account-contact.md
77+
href: ../user/deactivate-activate-account-contact.md
78+
- name: Work with activities
79+
items:
80+
- name: Add activities to the timeline
81+
href: ../user/add-activities.md
82+
- name: FAQ about activities
83+
href: ../user/faq-for-timeline-and-activity.md
84+
- name: Known issues for activities
85+
href: ../user/activities-known-issues.md
86+
- name: Work with email
87+
items:
88+
- name: View and create email through the activities grid
89+
href: ../user/view-create-email.md
90+
- name: Send email using the enhanced email experience
91+
href: ../user/enhanced-email.md
92+
- name: Insert an email template
93+
href: ../user/insert-email-template.md
94+
- name: Send email to multiple recipients
95+
href: ../user/direct-email.md
96+
- name: Resolve an unresolved email recipient
97+
href: ../user/unresolved-email-recipient.md
8298
- name: Work with grid filters
8399
items:
84100
- name: Use grid filters
@@ -95,18 +111,6 @@
95111
href: ../user/interactive-dashboards.md
96112
- name: Add Power BI dashboards
97113
href: ../user/add-powerbi-dashboards.md
98-
- name: Work with email
99-
items:
100-
- name: View and create email through the activities grid
101-
href: ../user/view-create-email.md
102-
- name: Send email using the enhanced email experience
103-
href: ../user/enhanced-email.md
104-
- name: Insert an email template
105-
href: ../user/insert-email-template.md
106-
- name: Send email to multiple recipients
107-
href: ../user/direct-email.md
108-
- name: Resolve an unresolved email recipient
109-
href: ../user/unresolved-email-recipient.md
110114
- name: Collaboration
111115
items:
112116
- name: Use OneDrive for Business
@@ -880,9 +884,7 @@
880884
- name: Share app resources
881885
href: ./canvas-apps/share-app-resources.md
882886
- name: Embed an app in Power BI
883-
href: ./canvas-apps/embed-powerapps-powerbi.md
884-
- name: Embed an app in Teams
885-
href: ./canvas-apps/embed-teams-app.md
887+
href: ./canvas-apps/embed-powerapps-powerbi.md
886888
- name: Manage an app
887889
items:
888890
- name: Edit an app
@@ -1777,8 +1779,74 @@
17771779
- name: For developers
17781780
href: ../developer/common-data-service/overview.md
17791781
# href: ../developer/common-data-service/TOC.yml changing this to have developer TOC rather than buried in maker toc
1782+
1783+
- name: Teams integration
1784+
items:
1785+
- name: Overview
1786+
href: ../teams/overview.md
1787+
- name: Embed a canvas app as tab app
1788+
href: ../teams/embed-teams-tab.md
1789+
- name: Embed a canvas app as personal app
1790+
href: ../teams/embed-teams-app.md
1791+
- name: Create apps in Teams (Preview)
1792+
items:
1793+
- name: Create apps in Teams
1794+
href: ../teams/create-apps-overview.md
1795+
- name: Get started
1796+
items:
1797+
- name: Install the Power Apps personal app
1798+
href: ../teams/install-personal-app.md
1799+
- name: Create your first app
1800+
href: ../teams/create-first-app.md
1801+
- name: Understand the Power Apps interface
1802+
items:
1803+
- name: Overview of the Power Apps app
1804+
href: ../teams/overview-of-the-power-apps-app.md
1805+
- name: Understand Power Apps Studio
1806+
href: ../teams/understand-power-apps-studio.md
1807+
- name: Use the Fluent UI controls
1808+
href: ../teams/use-the-fluent-ui-controls.md
1809+
- name: Create additional apps
1810+
href: ../teams/create-additional-apps.md
1811+
- name: Use Teams integration object
1812+
href: ../teams/use-teams-integration-object.md
1813+
- name: Work with Project Oakdale
1814+
items:
1815+
- name: Overview
1816+
href: ../teams/overview-data-platform.md
1817+
- name: Project Oakdale vs Common Data Service
1818+
href: ../teams/data-platform-compare.md
1819+
- name: Create a table
1820+
href: ../teams/create-table.md
1821+
- name: Edit or delete a table
1822+
href: ../teams/edit-delete-table.md
1823+
- name: Work with table relationships
1824+
href: ../teams/relationships-table.md
1825+
- name: Work with table columns
1826+
href: ../teams/table-columns.md
1827+
- name: Manage your apps
1828+
href: ../teams/manage-your-apps.md
1829+
- name: Publish and share your app
1830+
href: ../teams/publish-and-share-apps.md
1831+
- name: Remove your apps
1832+
href: ../teams/remove-your-apps.md
1833+
- name: Uninstall Power Apps personal app
1834+
href: ../teams/uninstall-personal-apps.md
1835+
- name: Sample apps
1836+
items:
1837+
- name: Use sample apps from Teams store
1838+
href: ../teams/use-sample-apps-from-teams-store.md
1839+
- name: Employee Ideas
1840+
href: ../teams/employee-ideas.md
1841+
- name: Inspection
1842+
href: ../teams/inspection.md
1843+
- name: Issue Reporting
1844+
href: ../teams/issue-reporting.md
1845+
- name: Known issues and limitations
1846+
href: ../teams/known-issues-limitations.md
17801847
- name: Chatbots
17811848
href: ../chatbots.md
1849+
17821850
- name: AI Builder
17831851
href: ../use-ai-builder.md
17841852
- name: Sample apps and solutions

powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 05/29/2020
10+
ms.date: 09/22/2020
1111
ms.author: ropur
1212
search.audienceType:
1313
- maker
@@ -69,7 +69,7 @@ Let's look at the steps required to use the Power Apps visual in your Power BI r
6969
The following limitations apply to the Power Apps visual:
7070

7171
- Power Apps visual isn't supported for [guest users](share-app.md#share-with-guests).
72-
- Power Apps visual isn't supported in sovereign clouds.
72+
- Power Apps visual doesn't support multi-level embedding of Power Apps in Sovereign clouds. For example, embedding a Power BI report with Power Apps visual to a SharePoint page, or further embedding that SharePoint page to a Teams channel isn't supported on sovereign clouds.
7373
- If you change the data fields associated with the visual, you must edit the app from within the Power BI service by selecting the ellipsis (...) and then selecting **Edit**. Otherwise, the changes won't be propagated to Power Apps, and the app will behave in unexpected ways.
7474
- The Power Apps visual can't trigger a refresh of Power BI reports and Power BI data sources from within Power BI Desktop. If you write back data from the app to the same data source as the report, your changes won't be reflected immediately in Power BI Desktop. Changes are reflected on the next scheduled refresh.
7575
- The Power Apps visual can't filter the data or send any data back to the report.

powerapps-docs/maker/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 06/16/2020
9+
ms.date: 09/22/2020
1010
ms.author: tapanm
1111
ms.reviewer:
1212
---
@@ -22,6 +22,9 @@ Power Apps is a high-productivity development platform for business apps, and ha
2222

2323
Let's learn more about each of these.
2424

25+
> [!NOTE]
26+
> In addition to creating apps in Power Apps, you can now create apps directly within Microsoft Teams using Power Apps. More information: [Create apps in Microsoft Teams by using Power Apps](/powerapps/teams/create-apps-overview).
27+
2528
## Canvas apps
2629

2730
[Canvas apps](canvas-apps/getting-started.md) start with your user experience, crafting a highly tailored interface with the power of a blank canvas and connecting it to your choice of more than 200 data sources. You can build canvas apps for web, mobile, and tablet applications.

0 commit comments

Comments
 (0)