How To
How to upload attachment
The attachments are stored in the annotation entity. Use the standard Import Column transformation to load the file content into memory and then direct into documentbody attribute. See the demo video for details.
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 ...
How to set up an activity party list attribute
The activity party list can be set up either with the party's email or using a party-unique identifier. Multiple party elements are separated with a semicolon (;): To use email addresses to identify the parties: email1;email2;... To use the GUIDs ...
How to get the identifier of a newly created entity record
The identifier of the created entity record is provided in the component's error output, in the Id column. Connect the error output to a destination where you want to store the identifiers. See the demo video for details about setting up a ...
Dynamics CRM Destination: How to modify a Dynamics CRM destination entity dynamically at runtime
The destination entity is available in the data flow properties list. Follow these steps to set up an expression: Create a variable that can be loaded with the desired name of the destination entity. Right-click on data flow canvas and select ...