Skip to content

Commit 51d899f

Browse files
authored
Live publish
2 parents 39ae6a1 + b861e9b commit 51d899f

File tree

3 files changed

+37
-27
lines changed

3 files changed

+37
-27
lines changed

powerapps-docs/developer/common-data-service/cds-sql-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 05/05/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
9-
author: "phecke" # GitHub ID
9+
author: "mayadumesh" # GitHub ID
1010
ms.author: "pehecke" # MSFT alias of Microsoft employees only
1111
manager: "kvivek" # MSFT alias of manager or PM counterpart
1212
search.audienceType:

powerapps-docs/developer/component-framework/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ Currently, font resources (files with a .ttf file extension) are not supported b
6363

6464
Currently, [img](manifest-schema-reference/img.md) resources are not supported in canvas apps.
6565

66+
### TabIndex support for components in canvas apps
67+
68+
Currently code components do not support `tabindex` property in canvas apps. For model-driven apps the tab assignment is assigned automatically using `tabIndex = 0`, so elements are navigated in the order they appear.
69+
70+
6671
## Related topics
6772

6873
[Power Apps component framework API reference](reference/index.md)<br/>

powerapps-docs/maker/portals/faq.md

Lines changed: 31 additions & 26 deletions
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: 05/11/2020
9+
ms.date: 05/14/2020
1010
ms.author: tapanm
1111
ms.reviewer:
1212
---
@@ -152,7 +152,7 @@ After you've provisioned a portal, the option to change the portal audience is d
152152
However, you can change the audience and type of portal after it's provisioned by following the steps in [Change the Dynamics 365 instance, audience, or type of portal](admin/change-dynamics-instance.md).
153153

154154
> [!NOTE]
155-
> - it's recommended to reset and provision your portal again to change the audience, type of portal, organization, and so on. More information: [Reset a portal](admin/reset-portal.md)
155+
> - It's recommended to reset and provision your portal again to change the audience, type of portal, organization, and so on. More information: [Reset a portal](admin/reset-portal.md)
156156
> - The changing of Dynamics 365 instance is applicable only to the portals provisioned using the older portal add-ons.
157157
158158
### How do I change the base URL of a portal after it's provisioned?
@@ -191,11 +191,11 @@ When a Common Data Service environment is restored from a backup, various change
191191

192192
- If the organization ID is the same after the restore operation, and portal solutions are also available:
193193

194-
1. Open [Power Apps Portals admin center](admin/admin-overview.md).
195-
2. Go to the **Portal Details** tab.
196-
3. In the **Portal State** drop-down list, choose **Off**.
197-
4. Select **Update**.
198-
5. Once the update operation is complete, set the **Portal State** drop-down list to **On** and then select **Update**.
194+
1. Open [Power Apps Portals admin center](admin/admin-overview.md).
195+
2. Go to the **Portal Details** tab.
196+
3. In the **Portal State** drop-down list, choose **Off**.
197+
4. Select **Update**.
198+
5. Once the update operation is complete, set the **Portal State** drop-down list to **On** and then select **Update**.
199199

200200
Your portal will be restarted and a connection will be created with the organization again.
201201

@@ -225,7 +225,7 @@ Whenever a server error occurs while trying to render a portal, a generic error
225225

226226
- **Disable the custom error page on the portal**: This will turn off the custom error page and will allow you to see the complete stack trace of any error when browsing to that page. You can disable the custom error by following the steps in [Disable custom error](admin/view-portal-error-log.md#disable-custom-error).
227227

228-
it's advisable to use this only when you're developing a portal. Once your portal is live for your users, you should enable custom errors again. More information: [View portal error logs](admin/view-portal-error-log.md)
228+
It's advisable to use this only when you're developing a portal. Once your portal is live for your users, you should enable custom errors again. More information: [View portal error logs](admin/view-portal-error-log.md)
229229

230230
- **Enable diagnostic logging**: This will allow you to get all the portal errors in an Azure Blob storage account. You can enable diagnostic logging by following the steps in [Access portal error logs](admin/view-portal-error-log.md#access-portal-error-logs).
231231

@@ -267,7 +267,9 @@ Below is a list of most common causes and their corresponding mitigation steps:
267267
This happens when the URL of Common Data Service environment is changed by a user after portal is provisioned against the organization. To fix this issue, update the Dynamics 365 URL:
268268

269269
1. Open [Power Apps Portals admin center](admin/admin-overview.md).
270-
2. Go to **Portal Actions** > **Update Dynamics 365 URL**. Once this action is successfully executed, your Common Data Service environment URL will be updated and portal will start working.
270+
2. Go to **Portal Actions** > **Update Dynamics 365 URL**.
271+
272+
Once this action is successfully executed, your Common Data Service environment URL will be updated and portal will start working.
271273

272274
#### Common Data Service environment connected to your portal is in administration mode
273275

@@ -310,11 +312,14 @@ Once you complete the above steps, your portal will restart and will recreate we
310312
There are situations in which portal won't be able to recreate website binding record automatically when the GUID of the website record available in your instance is different than the one created during default installation of portal. In this situation, do the following steps:
311313

312314
1. Delete all website binding records related to your portal.
315+
313316
2. Create a website binding record manually with following values:
314-
- **Name**: Can be any string
315-
- **Website**: Select the website record that you want to be rendered on portal
316-
- **Sitename**: Type in the hostname of your portal i.e Portal URL without https:// in the beginning. If your Portal is using custom ___domain name, then use custom ___domain name here.
317-
- Leave all other fields blank.
317+
318+
- **Name**: Can be any string
319+
- **Website**: Select the website record that you want to be rendered on portal
320+
- **Sitename**: Type in the hostname of your portal i.e Portal URL without ```https://``` in the beginning. If your Portal is using custom ___domain name, then use custom ___domain name here.
321+
- Leave all other fields blank.
322+
318323
3. Once website binding record is recreated, restart your portal from Power Apps Portals admin center.
319324

320325
#### An unexpected error has occurred while trying to connect to your Common Data Service environment
@@ -461,10 +466,10 @@ This issue occurs when the **Home** site marker isn't available in your portal c
461466

462467
1. Open the [Portal Management app](configure/configure-portal.md).
463468
2. In the left pane, select **Site Markers**.
464-
3. Create a new site marker with following values:
465-
- **Name**: Home
466-
- **Website**: Select the website of your portal host.
467-
- **Page**: Select the webpage record that is set as the home page of your portal.
469+
3. Create a new site marker with following values:
470+
- **Name**: Home
471+
- **Website**: Select the website of your portal host.
472+
- **Page**: Select the webpage record that is set as the home page of your portal.
468473

469474
### The Home site marker isn't pointing to any webpage
470475

@@ -500,9 +505,9 @@ This issue occurs when the **Profile** site marker isn't available in your porta
500505
1. Open the [Portal Management app](configure/configure-portal.md).
501506
2. In the left pane, select **Site Markers**.
502507
3. Create a new site marker with following values:
503-
- **Name**: Profile
504-
- **Website**: Select the website of your portal host.
505-
- **Page**: Select the webpage record that is set as the profile page of your portal.
508+
- **Name**: Profile
509+
- **Website**: Select the website of your portal host.
510+
- **Page**: Select the webpage record that is set as the profile page of your portal.
506511

507512
### The Profile site marker isn't pointing to any webpage
508513

@@ -529,9 +534,9 @@ This issue occurs when the **Page Not Found** site marker isn't available in you
529534
1. Open the [Portal Management app](configure/configure-portal.md).
530535
2. In the left pane, select **Site Markers**.
531536
3. Create a new site marker with following values:
532-
- **Name**: Page Not Found
533-
- **Website**: Select the website of your portal host.
534-
- **Page**: Select the webpage record that is set as the Page Not Found page of your portal.
537+
- **Name**: Page Not Found
538+
- **Website**: Select the website of your portal host.
539+
- **Page**: Select the webpage record that is set as the Page Not Found page of your portal.
535540

536541
### The Page Not Found site marker isn't pointing to any webpage
537542

@@ -558,9 +563,9 @@ This issue occurs when the **Access Denied** site marker isn't available in your
558563
1. Open the [Portal Management app](configure/configure-portal.md).
559564
2. In the left pane, select **Site Markers**.
560565
3. Create a new site marker with following values:
561-
- **Name**: Access Denied
562-
- **Website**: Select the website of your portal host.
563-
- **Page**: Select the webpage record that is set as the Access Denied page of your portal.
566+
- **Name**: Access Denied
567+
- **Website**: Select the website of your portal host.
568+
- **Page**: Select the webpage record that is set as the Access Denied page of your portal.
564569

565570
### The Access Denied site marker isn't pointing to any webpage
566571

0 commit comments

Comments
 (0)