QuestionQ110
Develop integrationsHOTSPOT -
A company needs to copy customer account-data changes from a Microsoft Dataverse instance to an external system. Azure Storage Queues pass the changes from Dataverse to that external system.
The following code is used. (Line numbers are provided only for reference.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| The first call to ProcessAccountChanges at line 2 adds changes made to account records to the storage queues. | ||
| The second call to ProcessAccountChanges at line 4 adds changes made to account records to the storage queues. | ||
| The messages in changeQueue specify whether the accounts are new or updated. | ||
| A message is added to deleteQueue if an account is created and subsequently deleted at line 3. |
Community Discussion