DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
No votes yet

Tags: 
Dynamics CRM

Overview

Data flow destination to assign record to a different owner.


Setup

The script has the following parameters:

  • CrmConnection - selects COZYROC Dynamics CRM connection.
  • AssigneeEntityName - map user or team entity name for which you want to assign a record.
  • AssigneeEntityId - map user or team entity identifier for which you want to assign a record.
  • TargetEntityName - map target record entity name to assign to another user or team.
  • TargetEntityId - map target record entity identifier to assign to another user or team.

Requirements

Depends on COZYROC Script Component Plus component for implementing parameters user interface.
Requires installation of COZYROC SSIS+ 1.6 library.


Library references

  • System
  • System.Data
  • Microsoft.SqlServer.TxScript
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SqlServer.DTSRuntimeWrap
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus
  • CozyRoc.Dynamics
  • System.Web.Services
  • System.XML

ScriptMain