Skip to content

Commit a1d5df3

Browse files
committed
Merge branch 'master' into edit_1810475
2 parents 9de1ca7 + b8573f2 commit a1d5df3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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/common-data-service/view-entity-data-power-bi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For this preview, to enable the Tabular Data Stream (TDS) endpoint for Common Da
6262
```
6363

6464
6. Open a command window, move to the folder where the OrgDBOrgSettingsTool contents are located, and run the following command:
65-
- Microsoft.Crm.SE.OrgDBOrgSettingsTool Update /u <org unique name> EnableTDSEndpoint true
65+
- Microsoft.Crm.SE.OrgDBOrgSettingsTool Update /u \<org-unique-name\> EnableTDSEndpoint true
6666

6767
## View entity data
6868

0 commit comments

Comments
 (0)