Skip to content

Commit 999be1b

Browse files
committed
removed comments
1 parent 92f69b9 commit 999be1b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ You can use these relationships to filter audit data records created for a speci
160160
> The audit entity supports only one link entity in a query. Since only two relationships exist with the `systemuser` table, this means you can include data from either the `callinguserid` or `userid` columns, but not both at the same time.
161161
> You cannot build queries using QueryExpression or FetchXml that join audit data with tables other than the two formal relationships that exist with the `systemuser` table.
162162
163-
<!-- Questions:
164-
Why is the Audit TransactionId frequently an empty GUID (but not always)? Does it matter?
165-
Is UserAdditionalInfo ever not null?
166-
Is RegardingObjectId ever not null?
167-
168-
-->
169163

170164
### audit EntityType definition
171165

@@ -206,12 +200,6 @@ More information: [CSDL $metadata document](../webapi/web-api-service-documents.
206200
> [!NOTE]
207201
> The [ChangeData Column](../reference/entities/audit.md#BKMK_ChangeData) is not included in the Web API <xref:Microsoft.Dynamics.CRM.audit?text=audit EntityType>. Rather than try to use this data, use the messages to retrieve change history. More information: [Retrieve audit change history](#retrieve-audit-change-history).
208202
209-
<!--
210-
In the Web API, the `callinguserid` and `userid` single-valued navigation properties will always return `null` when using `$expand`.
211-
212-
This is a bug.
213-
214-
-->
215203

216204
### Example: Find Contact records deleted by a user
217205

@@ -341,7 +329,6 @@ static void ShowNumberContactsDeletedByUserQE(
341329
```
342330

343331
More information: [Build queries with QueryExpression](../org-service/build-queries-with-queryexpression.md)
344-
<!-- TODO Add a topic to QE docs about aggregation -->
345332

346333
`ShowNumberContactsDeletedByUserFetchXml` uses <xref:Microsoft.Xrm.Sdk.Query.FetchExpression> with a query composed using FetchXml.
347334

0 commit comments

Comments
 (0)