Skip to content

Commit 01fefd7

Browse files
authored
Live publish for 18 November 2019.
2 parents 1d17ef5 + a006c0c commit 01fefd7

Some content is hidden

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

55 files changed

+1184
-114
lines changed
Loading
Loading

powerapps-docs/developer/common-data-service/xrm-tooling/use-connection-strings-xrm-tooling-connect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ search.app:
2020
With Common Data Service, XRM tooling enables you to connect to your Common Data Service environment by using connection strings. This is similar to the concept of connection strings used with **SQL Server**. Connection strings have native support in configuration files, including the ability to encrypt the configuration sections for maximum security. This enables you to configure Common Data Service connections at deployment time, and not hard code in your application to connect to your Common Data Service environment.
2121

2222

23-
24-
2523
<a name="Create"></a>
2624

2725
## Create a connection string
@@ -30,7 +28,7 @@ With Common Data Service, XRM tooling enables you to connect to your Common Data
3028

3129
```xml
3230
<connectionStrings>
33-
<add name="MyCDSServer" connectionString="AuthType=OAuth;[email protected];Password=passcode;Url=https://contosotest.crm.dynamics.com;AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;TokenCacheStorePath=c:\MyTokenCache;LoginPrompt=Auto"
31+
<add name="MyCDSServer" connectionString="AuthType=OAuth;[email protected];Password=passcode;Url=https://contosotest.crm.dynamics.com;AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;TokenCacheStorePath=c:\MyTokenCache;LoginPrompt=Auto"/>
3432
</connectionStrings>
3533
```
3634

@@ -84,7 +82,7 @@ CrmServiceClient svc = new CrmServiceClient(ConnectionString);
8482

8583
## Connection string examples
8684

87-
The following examples show how you can use connection strings for connecting to online deployments and authentication scenarios. The connection string examples for on-premises and IFD deployment instances is now available in the Dynamics 365 Customer Engagement (on-premises) documentation at: [Use connection strings in XRM tooling to connect](/dynamics365/customer-engagement/on-premises/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect)
85+
The following examples show how you can use connection strings for connecting to online deployments and authentication scenarios. The connection string examples for on-premises and IFD deployment instances is now available in the Dynamics 365 Customer Engagement (on-premises) documentation at: [Use connection strings in XRM tooling to connect](/dynamics365/customerengagement/on-premises/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect)
8886

8987
### Named account using Office 365
9088

@@ -98,6 +96,7 @@ The following examples show how you can use connection strings for connecting to
9896
```
9997

10098
### OAuth using named account in Office 365 with UX to prompt for authentication
99+
101100
Create a new connection to Common Data Service using a UserID or Password via OAuth.
102101

103102
> [!NOTE]
@@ -151,6 +150,7 @@ Create a new connection to Common Data Service using a Application or Client Id
151150
```
152151
153152
### ClientId or Client Secret based authentication
153+
154154
Create a new connection to Common Data Service using a Application or Client Id and a Client Secret.
155155
```xml
156156
<add name="MyCDSServer"

powerapps-docs/maker/TOC.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,8 @@
11421142
href: ./portals/admin/migrate-portal-configuration.md
11431143
- name: About portal lifecycle
11441144
href: ./portals/admin/portal-lifecycle.md
1145+
- name: Upgrade a portal
1146+
href: ./portals/admin/upgrade-portal.md
11451147
- name: Advanced portal configuration
11461148
items:
11471149
- name: Overview
@@ -1190,12 +1192,22 @@
11901192
href: ./portals/configure/place-child-nodes.md
11911193
- name: Behavior and format of the date and time field
11921194
href: ./portals/configure/behavior-format-date-time-field.md
1195+
- name: View email records in portal timeline
1196+
href: ./portals/configure/view-email-in-timeline.md
1197+
- name: Rate a webpage
1198+
href: ./portals/configure/rate-webpage.md
1199+
- name: Enable header and footer output caching on a portal
1200+
href: ./portals/configure/enable-header-footer-output-caching.md
11931201
- name: Add chart on a web page in portal
11941202
href: ./portals/configure/add-chart.md
11951203
- name: Work with entity forms
11961204
href: ./portals/configure/entity-forms.md
11971205
- name: Work with entity lists
11981206
href: ./portals/configure/entity-lists.md
1207+
- name: Manage websites
1208+
href: ./portals/configure/websites.md
1209+
- name: Create and manage website bindings
1210+
href: ./portals/configure/website-bindings.md
11991211
- name: Work with web forms
12001212
items:
12011213
- name: Define web form properties
@@ -1218,6 +1230,8 @@
12181230
href: ./portals/configure/configure-web-form-subgrid.md
12191231
- name: Add geolocation
12201232
href: ./portals/configure/add-geolocation.md
1233+
- name: Implement GDPR in portals
1234+
href: ./portals/configure/implement-gdpr.md
12211235
- name: Advanced portal customization
12221236
items:
12231237
- name: Work with Liquid templates
@@ -1264,6 +1278,8 @@
12641278
href: ./portals/liquid/render-site-header-primary-navigation.md
12651279
- name: OAuth 2.0 implicit grant flow
12661280
href: ./portals/oauth-implicit-grant-flow.md
1281+
- name: Manage webpages
1282+
href: ./portals/configure/web-page.md
12671283
- name: User management and security in portal
12681284
items:
12691285
- name: Configure contacts
@@ -1448,6 +1464,8 @@
14481464
href: ./common-data-service/solution-history.md
14491465
- name: Use solution checker
14501466
href: ./common-data-service/use-powerapps-checker.md
1467+
- name: "Common issues and resolutions: solution checker"
1468+
href: ./common-data-service/common-issues-resolutions-solution-checker.md
14511469
- name: Use segmented solutions
14521470
href: ./common-data-service/use-segmented-solutions-patches-simplify-updates.md
14531471
- name: Change the solution publisher prefix

powerapps-docs/maker/canvas-apps/delete-app.md

Lines changed: 9 additions & 9 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: 10/16/2016
10+
ms.date: 11/18/2019
1111
ms.author: litran
1212
search.audienceType:
1313
- maker
@@ -20,19 +20,19 @@ This article shows you how to delete a canvas app from your PowerApps account an
2020
## Delete an app from your account
2121
1. Open [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then select **Apps** in the left **Tree view** pane.
2222

23-
![](./media/delete-app/file-apps.png)
24-
2. (optional) Near the upper-left corner, filter the list of apps to show only those apps that you own or only those apps to which you contribute.
23+
![Apps](./media/delete-app/file-apps.png)
24+
2. (optional) Near the upper-right corner, filter the list of apps to show only those apps that you own or only those apps to which you contribute.
2525

26-
![](./media/delete-app/filter-list.png)
26+
![Apps filter](./media/delete-app/filter-list.png)
2727

2828
> [!NOTE]
2929
> If the app that you want to delete doesn't appear, make sure that you're in the right environment.
30-
3. Near the right edge, select the info icon for the app that you want to delete.
30+
3. Select **More Commands** (...) for the app that you want to delete.
3131

32-
![](./media/delete-app/app-options.png)
33-
4. Near the upper-right corner, select the trash-can icon to delete the app.
32+
![More Commands](./media/delete-app/app-options.png)
33+
4. Select the trash-can icon to delete the app.
3434

35-
![](./media/delete-app/delete-icon.png)
35+
![Delete](./media/delete-app/delete-icon.png)
3636

3737
> [!NOTE]
3838
> You must have the **Contributor** permission for an app before you can delete it.
@@ -41,7 +41,7 @@ This article shows you how to delete a canvas app from your PowerApps account an
4141
> [!IMPORTANT]
4242
> This action will permanently delete this app not only from your account but also from the accounts of all users with whom this app was shared.
4343
44-
![](./media/delete-app/delete-button.png)
44+
![Delete from cloud](./media/delete-app/delete-button.png)
4545

4646
## More resources
4747
[Share an app](share-app.md)

powerapps-docs/maker/canvas-apps/limits-and-config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You can find information about size limits on text, hyperlinks, images, and medi
111111

112112
PowerApps per app plan allows individual users to run 2 applications on a single portal for a specific business scenario based on the full capabilities of PowerApps. This plan provides an easy way for users to get started with the platform before broader scale adoption.
113113

114-
After an admin allocates PowerApps per app plan to an environment, they're assigned to users by default when app is shared with them. You can see how an admin allocates per app plans [here](https://docs.microsoft.com/power-platform/admin/capacity-add-on).
114+
After an admin allocates PowerApps per app plan to an environment, they're assigned to unlicensed users when an app in that environment is shared with them. You can see how an admin allocates per app plans [here](https://docs.microsoft.com/power-platform/admin/capacity-add-on).
115115

116116
Follow these steps to turn off the assigning per app plans for users when an app is shared with them:
117117

@@ -123,6 +123,8 @@ The **Auto assign per app passes** toggle appears in all app setting.
123123

124124
> [!NOTE]
125125
> Disabling the per app plan is currently available for only canvas apps. Model-driven apps and Portals will have this ability in the future.
126+
>
127+
> The ability to control per app plan assignment for an app is only available for apps that are in an environment that had Per app plans allocated in the [Power Platform Admin center](https://admin.powerplatform.microsoft.com).
126128
127129
### App Settings
128130

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)