Skip to content

Commit ef41625

Browse files
authored
Merge branch 'main' into patch-1
2 parents 0959bdc + 8e566cb commit ef41625

File tree

75 files changed

+560
-353
lines changed

Some content is hidden

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

75 files changed

+560
-353
lines changed

.openpublishing.redirection.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6424,16 +6424,6 @@
64246424
"source_path": "powerapps-docs/developer/component-framework/reference/linking/removeLinkedEntity.md",
64256425
"redirect_url": "/powerapps/developer/component-framework/reference/linking",
64266426
"redirect_document_id": "false"
6427-
},
6428-
{
6429-
"source_path": "powerapps-docs/user/cs_email_template_builder.md",
6430-
"redirect_url": "/powerapps/user/customize-insert-email-template",
6431-
"redirect_document_id": "false"
6432-
},
6433-
{
6434-
"source_path": "powerapps-docs/user/cs-template-options.md",
6435-
"redirect_url": "/powerapps/user/email-template-create",
6436-
"redirect_document_id": "false"
64376427
}
64386428
]
64396429
}

powerapps-docs/developer/data-platform/calculated-rollup-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ search.app:
7171
Calculated column values are available in the retrieve plug-in pipeline. Post image of a table record update or create contains the calculated column value in stage 40. More information: [Event execution pipeline](event-framework.md#event-execution-pipeline) and [Entity images](understand-the-data-context.md#entity-images)
7272

7373
### Limitations
74-
You can’t use values in calculated columns on a *logical value* in the same table to sort data returned by a query. Although your query can specify that the results should be ordered using a calculated column, the sort direction will be ignored and will not throw an error. If the calculated column references only simple values in the same record, sorting works normally. You can determine the sources used in a calculated column using the `SourceTypeMask` property on the column definitions. More information: [Logical columns](/dynamics365/customer-engagement/developer/introduction-to-entity-attributes.md#BKMK_LogicalAttributes)
74+
You can’t use values in calculated columns on a *logical value* in the same table to sort data returned by a query. Although your query can specify that the results should be ordered using a calculated column, the sort direction will be ignored and will not throw an error. If the calculated column references only simple values in the same record, sorting works normally. You can determine the sources used in a calculated column using the `SourceTypeMask` property on the column definitions. More information: [Logical columns](/dynamics365/customer-engagement/developer/introduction-to-entity-attributes#BKMK_LogicalAttributes)
7575

7676
Only columns from an immediate parent table can be used in a calculated column.
7777

powerapps-docs/developer/data-platform/file-attributes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For information about types of files that are not allowed, see [System Settings
3737
> - User Delegation SAS Downloads are not supported
3838
> - Chunking uploads and downloads are limited to a single chunk
3939
>
40-
> File columns are supported in <xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.SdkClientVersion> 9.0.45.329 or greater and Web API version 9.1 or greater.
40+
> File columns are supported in <xref:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.SdkClientVersion> 9.0.45.329 or greater and Web API version 9.1 or greater. File columns are supported in Power Apps portals only in the [notes](../../maker/portals/configure-notes.md) (annotation) table.
4141
4242

4343
<!--File data is not passed to plug-ins for performance reasons. You must retrieve the file data in plug-in code using an explicit retrieve call. -->
@@ -295,7 +295,6 @@ Web API (REST) | .NET API (SOAP)
295295
DELETE /api/data/v9.1/\<entity-type(id)\>/\<attribute-name\> | <xref:Microsoft.Crm.Sdk.Messages.DeleteFileRequest>
296296

297297
### See Also
298-
[Image columns](image-attributes.md)
299-
298+
[Image columns](image-attributes.md)
300299

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

powerapps-docs/developer/data-platform/virtual-entities/create-virtual-tables-using-connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ be added to forms and views to see all associated accounts for each of the servi
302302

303303
## Known limitations
304304

305-
The following is a list of known limitations for virtual tables created using the viertual connector provider.
305+
The following is a list of known limitations for virtual tables created using the virtual connector provider.
306306

307307
### General
308308

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)