Skip to content

Commit 22e4ebf

Browse files
authored
Merge branch 'main' into edit-14827
2 parents b8cc4e9 + 305f01f commit 22e4ebf

File tree

3 files changed

+728
-1
lines changed

3 files changed

+728
-1
lines changed

powerapps-docs/developer/data-platform/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
href: ./search/statistics-status.md
4747
- name: Legacy search
4848
href: ./search/legacy.md
49+
- name: Custom Analyzers
50+
href: ./search/custom-search-analyzer.md
4951
- name: Query data using FetchXml
5052
items:
5153
- name: Overview

powerapps-docs/developer/data-platform/auditing/retrieve-audit-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ These messages provide more details that depend on the type of action. The detai
416416
>
417417
> - The Web API types listed earlier that inherit from [AuditDetail ComplexType](xref:Microsoft.Dynamics.CRM.AuditDetail) don't return the `AuditRecord` navigation property value they should inherit from `AuditDetail`. The SDK for .NET classes returns this data.
418418
>
419-
> - Large column values included in `AttributeAuditDetail` `OldValue` or `NewValue` properties such as [Email.Description](../reference/entities/email.md#BKMK_Description) or [Annotation](../reference/entities/annotation.md) are capped at 5KB or about 5,000 characters. A capped column value can be recognized by an ellipsis (&hellips;) at the end of the text; for example, "lorem ipsum, lorem ip…" Because the data is truncated, you can't use it to restore changes to these column values.
419+
> - Large column values included in `AttributeAuditDetail` `OldValue` or `NewValue` properties such as [Email.Description](../reference/entities/email.md#BKMK_Description) or [Annotation](../reference/entities/annotation.md) are capped at 5KB or about 5,000 characters. A capped column value can be recognized by an ellipsis (…) at the end of the text; for example, "lorem ipsum, lorem ip…" Because the data is truncated, you can't use it to restore changes to these column values.
420420
421421
### RetrieveAuditDetails message
422422

0 commit comments

Comments
 (0)