Business Processes and Rules: Siebel Enterprise Application Integration > Data Mapping Using Scripts > Siebel Message Objects and Methods >

CSSEAIIntObjOut


This object represents an output integration object, open for writing, that is contained in the integration message. It provides CreatePrimaryIntComp and NewInstance methods as an interface to the output integration object.

CreatePrimaryIntComp() Method

This method creates a new primary integration component. Table 22 presents the parameter for this method.

Syntax

CreatePrimaryIntComp(name)

Table 22. Parameter for CreatePrimaryIntComp() Method
Parameter
Description

name

Assigned as the name of the Primary Integration Component.

Returns

CSSEAIPrimaryIntCompOut Primary Integration Component, open for output

Usage

Use the Exists method to test for existence of the integration object instance, then create a new integration object instance and set it as the active instance, using the NewInstance method. You must perform these tasks before calling the CreatePrimaryIntComp() method.

NewInstance() Method

This method creates a new instance of an integration object and makes it the active instance.

Syntax

NewInstance()

Returns

Not applicable

Business Processes and Rules: Siebel Enterprise Application Integration Copyright © 2006, Oracle. All rights reserved.