Purpose
Connect SFDC Contacts to Opportunities.
Category Location: All, System specific
Field Description
Options available when Create is selected:
- Salesforce OpportunityContactRole Data Target: Select the Data target created in Openprise.
- Action: Three options are available: Create, Update, Delete: currently viewing options for Create.
- Opportunity ID: Select the Opportunity Id attribute. (required)
- Contact ID: Select the Contact Id attribute. (required)
- Primary: Optional selection, select the attribute that contains the primary value.
- Role: Optional selection, select the attribute that contains the role value.
Options available when Update is selected:
- Salesforce OppportunityContactRole Data Target: Select the Data target created in Openprise.
- Action: Three options are available: Create, Update, Delete: currently viewing options for Update.
- Contact Role ID: Select the attribute that contains the Contact Role Id. (required)
- Contact ID: Select the Contact Id attribute. (required)
- Primary: Select the attribute that contains the primary value. (required)
- Role: Select the attribute that contains the role value. (required)
Options available when Delete is selected:
- Salesforce OpportunityContactRole Data Target: Select the Data target created in Openprise.
- Action: Three options are available: Create, Update, Delete: currently viewing options for Delete.
- Contact Role ID: Select the attribute that contains the Contact Role Id. (required)
Tips
- This task requires both the Opportunity ID and the Contact ID to create new records in the Opportunity Contact Role object in Salesforce.
- If you are updating a record in the Opportunity Contact Role object, you must supply a Contact Role ID.
- It is possible to create duplicate entries, so checking for existing records with the same Opportunity ID/Contact ID pair prior to creating new records is recommended.
- The output data set will contain the following attribute fields which can be used for additional processing:
- op_contact_role_errors: Text field that contains error messages that occurred (if any).
- op_contact_role_reference: Contains the Contact Role ID.
- op_contact_role_status: Contains the action performed: create, update, delete.
- op_contact_role_success: A boolean field that contains yes/no depending on the success of the operation.
- op_contact_role_time: Timestamp of the action taken by the task.
Examples
- Using this task allows you to associate an opportunity to a contact.
- Update the Opportunity Contact Role to indicate a contact is Primary, or establish a value for the contact role.