How to find which records contain errors in Dynamics CRM destination component.

How to find which records contain errors in Dynamics CRM destination component.

The component's Error Output is used for providing both error information and the record identifier information for new records. Check the ErrorCode column: 


ErrorCode
Description
-1
Not an error record.
>0
Error record. Check the ErrorDescription column for more details.

You can set up the standard Conditional Split component to filter non-error records.



See the demo video for Dynamics CRM Destination for details about setting up a destination in which to write errors.