Skip to content

Commit f11cae3

Browse files
committed
Merge branch 'main' into 2707958
2 parents 9befc50 + f0531d4 commit f11cae3

26 files changed

+190
-121
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/maker/canvas-apps/embedding-sdk.md",
5+
"redirect_url": "/power-apps/maker/canvas-apps/dev-enterprise-intro",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/maker/data-platform/change-color-scheme-add-logo-match-organizations-brand.md",
510
"redirect_url": "/power-apps/maker/model-driven-apps/create-themes-organization-branding",

powerapps-docs/developer/component-framework/reference/attributemetadata.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ keywords:
55
ms.author: jdaly
66
author: noazarur-microsoft
77
manager: kvivek
8-
ms.date: 03/12/2022
8+
ms.date: 05/18/2022
99
ms.reviewer: jdaly
10-
11-
ms.suite: ""
12-
ms.tgt_pltfrm: ""
1310
ms.topic: "article"
1411
---
1512

@@ -23,15 +20,15 @@ Canvas apps
2320

2421
## Properties
2522

26-
| Name | Type | Description |
27-
| ------------- | ------- | --------------------------------------------------- |
28-
| DefaultValue | string | Default value of the column. |
29-
| DisplayName | string | Display name of the column. |
30-
| IsEditable | boolean | Determines whether the column is editable or not. |
31-
| LogicalName | string | Logical name of the column. |
32-
| MaxLength | number | Maximum length of the column. |
33-
| RequiredLevel | number | Required level of the column. |
34-
| Type | string | Column data type. |
23+
| Name | Type | Description |
24+
| ------------- | --------------------------------- | ------------------------------------------------- |
25+
| DefaultValue | string | Default value of the column. |
26+
| DisplayName | string | Display name of the column. |
27+
| IsEditable | boolean | Determines whether the column is editable or not. |
28+
| LogicalName | string | Logical name of the column. |
29+
| MaxLength | number | Maximum length of the column. |
30+
| RequiredLevel | number | Required level of the column. |
31+
| Type | [AttributeType](attributetype.md) | Column data type. |
3532

3633
### Related topics
3734

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: AttributeType | Microsoft Docs
3+
description: Provides all the information about AttributeType.
4+
keywords:
5+
ms.author: jdaly
6+
author: noazarur-microsoft
7+
manager: kvivek
8+
ms.date: 05/18/2022
9+
ms.reviewer: jdaly
10+
11+
ms.suite:
12+
ms.tgt_pltfrm:
13+
ms.topic: article
14+
---
15+
16+
# AttributeType
17+
18+
Provides all the information about AttributeType.
19+
20+
## Available for
21+
22+
Model-driven and canvas apps
23+
24+
## Values
25+
26+
| Name | String value | Notes |
27+
| ------------------- | ------------------- | ------------------------------------------------------------------------ |
28+
| Boolean | `boolean` |
29+
| Unknown | `unknown` | |
30+
| Customer | `customer` | |
31+
| Date | `date` | Date and DateTime are treated the same. Date is not a real attribute type, it is a formatting option for DateTime. |
32+
| DateTime | `datetime` | |
33+
| Decimal | `decimal` | |
34+
| Double | `double` | |
35+
| Image | `image` | |
36+
| Integer | `integer` | |
37+
| Lookup | `lookup` | |
38+
| ManagedProperty | `managedproperty` | |
39+
| Memo | `memo` | |
40+
| Money | `money` | |
41+
| Owner | `owner` | |
42+
| PartyList | `partylist` | |
43+
| PickList | `picklist` | |
44+
| State | `state` | |
45+
| Status | `status` | |
46+
| String | `string` | |
47+
| UniqueIdentifier | `uniqueidentifier` | |
48+
| CalendarRules | `calendarrules` | |
49+
| Virtual | `virtual` | |
50+
| BigInt | `bigint` | |
51+
| EntityName | `entityname` | |
52+
| EntityImage | `entityimage` | |
53+
| AliasedValue | `aliasedvalue` | |
54+
| Regarding | `regarding` | |
55+
| MultiSelectPickList | `multiselectpicklist` | |
56+
| File | `file` | |
57+
| NavigationProperty | `navigationproperty` | |
58+
| RichText | `RichText` | |
59+
60+
### Related topics
61+
62+
[Power Apps component framework API reference](../reference/index.md)<br/>
63+
[Power Apps component framework overview](../overview.md)
64+
65+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ items:
112112
items:
113113
- name: AttributeMetadata
114114
href: reference/attributemetadata.md
115+
- name: AttributeType
116+
href: reference/attributetype.md
115117
- name: Client
116118
href: reference/client.md
117119
items:
@@ -350,7 +352,7 @@ items:
350352
- name: init
351353
href: reference/react-control/init.md
352354
- name: updateView
353-
href: reference/react-control/updateview.md
355+
href: reference/react-control/updateview.md
354356
- name: RetrieveMultipleResponse
355357
href: reference/retrievemultipleresponse.md
356358
- name: Resources

powerapps-docs/developer/data-platform/dataverse-sql-query.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ search.app:
2323

2424
A SQL data connection is available on the Microsoft Dataverse endpoint. The SQL connection provides read-only access to the table data of the target Dataverse environment thereby allowing you to execute SQL queries against the Dataverse data tables. No custom views of the data have been provided. The Dataverse endpoint SQL connection uses the Dataverse security model for data access. Data can be obtained for all Dataverse tables to which a user has access to.
2525

26+
## Prerequisites
27+
28+
The **Enable TDS endpoint** setting must be enabled in your environment. More information: [Manage feature settings](/power-platform/admin/settings-features)
29+
2630
## Applications support
2731

2832
TDS (SQL) endpoint applications support for Power BI and SQL Server Management Studio is described below.

powerapps-docs/developer/data-platform/org-service/linq-query-examples.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ using (ServiceContext svcContext = new ServiceContext(_serviceProxy))
10721072

10731073
## Use LoadProperty to retrieve related rows
10741074

1075-
The following sample shows how to [Relationship)]<xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.LoadProperty(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship)> to access related rows.
1075+
The following sample shows how to call <xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.LoadProperty(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship)> to access related rows.
10761076

10771077
```csharp
10781078
Contact benAndrews = svcContext.ContactSet.Where(c => c.FullName == "Ben Andrews").FirstOrDefault();
@@ -1087,7 +1087,5 @@ if (benAndrews != null)
10871087
}
10881088
}
10891089
```
1090-
1091-
10921090

10931091
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/retrieve-and-delete-the-history-of-audited-data-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After auditing is enabled and data changes are made to those tables and columns
2626
## Retrieve the change history
2727

2828
There are several messages requests that can be used to retrieve the audit change history. These requests are differentiated by the nature of what they retrieve.
29-
Refer to the sample link at the end of this topic for sample code that demonstrates some of these change history message requests.
29+
Refer to this [sample](org-service/samples/audit-entity-data-changes.md) for code that demonstrates auditing change history.
3030

3131
> [!IMPORTANT]
3232
> Large column values, such as [Email.Description](reference/entities/email.md#BKMK_Description) or [Annotation](reference/entities/annotation.md) are limited (capped) to 5KB or ~5,000 characters in length. A capped column value can be recognized by three dots at the end of the text, for example “lorem ipsum, lorem ip…”.
@@ -111,4 +111,4 @@ OData-Version: 4.0
111111
[Sample: Audit table data changes](org-service/samples/audit-entity-data-changes.md)
112112

113113

114-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
114+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/xrm-tooling/sample-tpl-crmserviceclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ namespace PowerApps.Samples
8282
System.Threading.ThreadPool.SetMinThreads(100, 100);
8383
//Turn off the Expect 100 to continue message - 'true' will cause the caller to wait until it round-trip confirms a connection to the server
8484
System.Net.ServicePointManager.Expect100Continue = false;
85-
//Can decreas overall transmission overhead but can cause delay in data packet arrival
85+
//Can decrease overall transmission overhead but can cause delay in data packet arrival
8686
System.Net.ServicePointManager.UseNagleAlgorithm = false;
8787

8888
#endregion Optimize Connection settings

powerapps-docs/maker/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,8 +1185,6 @@
11851185
href: ./canvas-apps/map-component-input-fields.md
11861186
- name: Behavior formulas
11871187
href: ./canvas-apps/component-behavior.md
1188-
- name: Embed canvas apps in your applications
1189-
href: ./canvas-apps/embedding-sdk.md
11901188
- name: Performance and optimization
11911189
items:
11921190
- name: Understand canvas app execution phases and data flow
@@ -1593,6 +1591,8 @@
15931591
items:
15941592
- name: Get started with Power Apps mobile
15951593
href: ../mobile/run-powerapps-on-mobile.md
1594+
- name: Manage your mobile app with Microsoft Intune
1595+
href: ../mobile/intune.md
15961596
- name: Use model-driven apps on Power Apps mobile
15971597
href: ../mobile/use-custom-model-driven-app-on-mobile.md
15981598
- name: Use Dataverse search on Power Apps mobile
@@ -2055,7 +2055,7 @@
20552055
href: ./portals/power-apps-cli.md
20562056
- name: "Tutorial: Use Microsoft Power Platform CLI with portals"
20572057
href: ./portals/power-apps-cli-tutorial.md
2058-
- name: Use the Visual Studio Code extension for portals (Preview)
2058+
- name: Use the Visual Studio Code extension for portals
20592059
href: ./portals/vs-code-extension.md
20602060
- name: Update, upgrade, migrate and convert portals
20612061
items:
@@ -2193,13 +2193,13 @@
21932193
href: ./data-platform/create-edit-virtual-entities.md
21942194
- name: Virtual table OData v4 data provider
21952195
href: ./data-platform/virtual-entity-odata-provider-requirements.md
2196-
- name: Define alternate keys using Power Apps portal
2196+
- name: Define alternate keys using Power Apps
21972197
href: ./data-platform/define-alternate-keys-portal.md
21982198
- name: Define alternate keys using solution explorer
21992199
href: ./data-platform/define-alternate-keys-solution-explorer.md
22002200
- name: "How to guides: Table"
22012201
items:
2202-
- name: How to create tables using Power Apps portal
2202+
- name: How to create tables using Power Apps
22032203
href: ./data-platform/create-edit-entities-portal.md
22042204
- name: How to create tables using solution explorer
22052205
href: ./data-platform/create-edit-entities-solution-explorer.md

powerapps-docs/maker/canvas-apps/create-blank-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ contributors:
2222

2323
# Create a blank canvas app from scratch
2424

25-
In Power Apps, create a blank canvas app that you can then use to customize further with the with data from additional data sources, or by using collections.
25+
In Power Apps, create a blank canvas app that you can then use to customize further with data from additional data sources, or by using collections.
2626

2727
If you're not signed up for Power Apps, [sign up for free](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) before you start.
2828

0 commit comments

Comments
 (0)