SetInstance Method

This method creates a configuration session with the supplied property set, permitting configuration without directly writing to the database. The structure of the input property set does not need to correspond to a Siebel object, such as a quote that is indicated by the integration object specified.

When you use SetInstance, the input property set must be wrapped inside a parent property set.

For example, to use the following instance property set:

<PropertySet PrimaryRowId="42-56O78" OutputIntObjectName="7.7 Quote Integration 
Object">
  ......

</PropertySet>

You must wrap it in another property set, as follows:

<PropertySet>

<PropertySet PrimaryRowId="42-56O78" OutputIntObjectName="7.7 Quote Integration 
Object">

  ......
</PropertySet>

</PropertySet>

Input Arguments

Same arguments as LoadInstance but also requires the property set indicating the state to load. This property set must have the SiebelMessage object as the only first level child.

Output Arguments

Same arguments as LoadInstance.