QuestionQ114
Develop integrationsA company imports data from files. The following code is created to import the files. (Line numbers are included for reference only.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| If an error occurs when one of the contacts is created, processing will continue, and the remainder of the contacts will be created. | ||
| If you add the code ,ContinueOnError = true at line 5, bad requests will not roll back the transaction. | ||
| Requests are processed in the sequence added to transactionrequest. | ||
| Lines 19-23 are required for the contacts to be created. |
Community Discussion