DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
Script File:
Overview
Data flow source to retrieve Salesforce object updated record identifiers.
Setup
The script has the following parameters:
- Connection - selects Salesforce connection.
- SalesforceObject - selects Salesforce object.
- IsStartDateVariable - indicates whether the start date is stored in a variable.
-
- StartDate - specifies start date.
-
- StartDateVariable - selects variable containing start date.
- IsEndDateVariable - indicates whether the end date is stored in a variable.
-
- EndDate - specifies end date.
-
- EndDateVariable - selects variable containing end date.
Requirements
Depends on COZYROC Script Component Plus for implementing parameters user interface.
Related technology
- Salesforce Get Deleted Source script - retrieve deleted Salesforce object record identifiers.