Creating Integration Objects in Siebel Tools

Integration objects define the intermediate format of the data so that it can be used by the connector components to translate between Siebel data formats and ACORD XML data formats.

You use the FINS ACORD Wizard to create the envelope, internal, and external integration objects, as well as the dispatcher map.

The following table shows the pre-setup user properties for the FINS ACORD Wizard.

Name Value Comments

DispatcherMapName

ACORDDispMap

The Dispatcher Map Name. The wizard will use this map to update the key and value.

HasUIControl

Y

Internal use.

Integration Object Wizard

Y

Internal use.

Integration Object Base Object Type

Siebel Business Object

Internal use.

Operation KeyWord Match:0

Add/SAUpsert

Internal use. This means that when the wizard generates an external integration object for an Add message, it defines the operation in the transaction manager as SAUpsert. The operation name will be recorded in the dispatcher map.

Operation KeyWord Match:1

Inq/SAQuery

Internal use. This means that when the wizard generates an external integration object for an Inq message, it defines the operation in the transaction manager as SAUpsert. The operation name will be recorded in the dispatcher map.

Default Envelope Tag

ACORD

Value for Envelope Tag.

Note: You can define a new Operation KeyWord Match:X if you need to. For example, if the ACORD DTD in the future supports the delete operation, you can define Operation KeyWord Match:2 as Delete/SADelete.