DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
Average: 5 (2 votes)


Overview

Data flow transformation, performing lookup against Salesforce service.


Setup

The script has the following parameters:

  • Connection - selects COZYROC Salesforce connection.
  • SalesforceObject - selects Salesforce object.
  • KeyField - selects one or more object key fields. After you select the fields, you have to map your input columns to the key fields in the Mappings tab.
  • ValueField - selects one or more lookup value fields.
  • UseCache - specify whether you want to use in-memory caching. Default is true.

Requirements

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


Library references

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

ScriptMain