SWI External Contact Req Integration Process Workflow

This workflow is used to make an outbound service synchronize the queried contacts from the external application. If a contact is not present in Siebel CRM, then a new contact will be created. This workflow is called when a user clicks the Fetch button on the SWI Match Contact List Applet, after querying the contact details from the external application.

The following image shows the SWI External Contact Req Integration Process workflow.

This image is described in surrounding text.

Workflow Description

This workflow performs the following actions:
  1. Get Custom Attributes. Gets the details of the Siebel Enterprise Server, such as the language and locale values, for the Siebel Server.

  2. Set Custom Attributes. Sets the details of the Siebel Enterprise Server, such as the language and locale values, in the request message to make an outbound service call.

  3. Proxy Business Service. Makes an outbound service call, validates the response message, and checks for service errors.

  4. Add Siebel Message. Updates the virtual business component, SWI Match Contact VBC, to display the queried accounts in the popup applet, SWI Match Contact List Applet.

  5. Retrieve Field Value. Retrieves the Contact Id from the Oracle Application Integration Architecture response message to verify if the contact successfully synchronized with the Siebel application.

  6. Customer Synced? Checks if the Contact Id returned from the previous step is NULL. If Contact Id is NULL, then the contact is not synchronized successfully. If Contact Id is not NULL, then the contact is synchronized successfully.

  7. Close Popup. Closes the popup applet, SWI Match Contact List Applet.

  8. Refresh View. Queries the Account business component with the Contact Id that is returned by the external application, then refreshes the view to display only the synchronized account details in the Accounts view.

Associated Business Service Methods. The following table shows the steps in this workflow that call business service methods.

Workflow Step Method Called In Business Service

Get Custom Attributes

GetEnterpriseParameters

SWI External Integration Service

Set Custom Attributes

SetAttributesToMessage

SWI External Integration Service

Proxy Business Service

InvokeAndValidateProxy

SWI External Integration Service

Add Siebel Message

AddSiebelMessage

SWI External Integration Service

Retrieve Field Value

RetriveFiledValue

SWI External Integration Service

Close Popup

ClosePopup

SWI Util UI Service

Refresh View

RefreshView

SWI Util UI Service