QuestionQ288

Configure Microsoft Dataverse

An organization has a custom Assignments entity that directs agent actions. Team leaders for every assignment group must be able to review changes that agents make to assignment data.

You have the following JSON segment:

Question Image

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Yes or No
StatementsYesNo
You can use the JSON segment to retrieve a list of changes to the assignment records referenced in the segment.
You can use the delta link to query the assignment changes from the last 30 days.
You can use the delta link with a $filter option to retrieve assignment changes from the last 30 days.
Is the delta link token valid?
Explanation

A Dataverse delta link represents change tracking for the collection and selected columns, so it can retrieve subsequent assignment changes. It tracks changes since the token’s encoded starting point, not specifically changes from the prior 30 days. Dataverse change-tracking requests do not support $filter, and the URL-encoded delta token is correctly formed.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!