Skip to content

Commit 3d578ed

Browse files
committed
Changes from final review.
1 parent 27d7e0c commit 3d578ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/auditing/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ A `BooleanManagedProperty` has two important properties:
164164
The publisher of the solution that adds a table may block people who install their managed solution from enabling auditing. Some Dataverse system tables cannot be enabled or disabled for auditing because the `CanBeChanged` property is set to `false`. More information: [Managed properties](/power-platform/alm/managed-properties-alm)
165165

166166
> [!NOTE]
167-
> At the time of this writing, the `IsAuditEnabled` property is exposed in the designer like a simple boolean property with the label **Audit changes to its data** for tables or **Enable auditing** for columns. The `CanBeChanged` property can only be read or set programmatically.
167+
> The `IsAuditEnabled` property is exposed in the designer as a simple boolean property with the label **Audit changes to its data** for tables or **Enable auditing** for columns. The `CanBeChanged` property can only be read or set programmatically.
168168
169169
### Detect which tables are enabled for auditing
170170

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following table summarizes important columns in the audit table.
3737

3838
|SchemaName<br />LogicalName<br />DisplayName |Type |Description |
3939
|---------|---------|---------|
40-
|`Action`<br />`action`<br />**Event**|Choice|74 options that represent the event that caused the change. More information: [Actions](#audit-actions)|
40+
|`Action`<br />`action`<br />**Event**|Choice|Options that represent the event that caused the change. More information: [Actions](#audit-actions)|
4141
|`AttributeMask`<br />`attributemask`<br />**Changed Field**|Memo| When the change represents a data change to a record, contains a comma separated list of numbers that correspond to the <xref:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata>.<xref:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.ColumnNumber> for the columns changed in the transaction for the action.<br /><br />**Note:** Rather han try to use this data, use the messages to retrieve change history. More information: [Retrieve audit change history](#retrieve-audit-change-history) |
4242
|`AuditId`<br />`auditid`<br /> **Record Id**|Unique Identifier|The primary key for the audit table.|
4343
|`CallingUserId`<br />`callinguserid`<br />**Calling User**|Lookup|The calling user when impersonation is used for the operation. Otherwise null. |

0 commit comments

Comments
 (0)