ChildToParent Process

This ChildToParent process shows how to do a child-to-parent relationship query and how to map the data to other activities.

The process is designed with the following activities:

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

Activity Description
Salesforce Query All Salesforce Query All activity.

Processes the child-to-parent relationship query.

The following statement is entered in the queryString field.

Select Id, FirstName, LastName, Account.Id, Account.Name, Account.BillingStreet from Contact where Account.Name='TIB_Sample_TIB' and Account.BillingStreet='TIB_Sample_TIB'

Mapper Receives the returned data from the Salesforce Query activity, and then maps the data values.

For detailed information, see Mapping Data in the ChildToParent Process.