Workwithbwinvoker Process

The Workwithbwinvoker process in the project updates the phone number on the specified Contact records. It searches the Contact records with a specified phone number from the Salesforce.com server by using the Invoke activity, and then updates those Contact records with the new phone number.

The process is designed with the following activities:

The following table lists and explains the activities in the process.

Activity Description
SalesforceGetSession Gets an existing session from the session pool that is related to the specified Salesforce connection.
SetContext Sets the context parameters for the Invoke activity.
SearchForTargetContact Searches the Contract records with the specified searchString. This search operation has been defined in the Partner WSDL used in this sample project.
SalesforceUpdateAll Salesforce Update All activity.

Updates the specified Contact records with the new phone number.