Siebel EAI

How Can You Use SWE Commands with Bookmark URLs

SWE API Commands can be used to perform operations such as login, GoToView and query in the Siebel application. (Replace "callcenter_enu" by the name of the Siebel application that you use.)

  • Start the Siebel application.

http://<machine_name>/callcenter_enu/start.swe?SWECmd=Start

How can users export System fields of an Integration Object?.

In Siebel, Integration Component Fields with Field Type property as "System" are not exported even if these fields are active during a query operation.

This is the expected behavior. This setting prevents the EAI Siebel Adapter from treating the field as a data field, which means for the Query and QueryPage method the EAI Siebel Adapter do not write to the fields.

How Do You Pass or Receive a Property Set to or from a Custom Business Service?

Within a workflow process, you can store a property set in a process property of type Hierarchy. To pass the content of a process property to or from a custom business service, however, the Type of the child property set stored in the process property must match the name of the input or output argument of the business service.

The following two examples demonstrate this principle.