PreInsert Method

The PreInsert method is called when a New Record operation is performed. It supplies default values. The following figure illustrates the property set for the PreInsert input.

PreInsert Input Property Set: This image is described in the surrounding text.

The following is the XML representation of the property set shown in the previous figure:

<?xml version="1.0" encoding="UTF-8"?> 
<?Siebel-Property-Set EscapeNames="true"?> 
<PropertySet 
	Business_spcComponent_spcId="1"
	Business_spcComponent_spcName="Contact"/>

The following figure illustrates the property set for the PreInsert output.


PreInsert Output Property Set: This image is described in the surrounding text.

The following is the XML representation of the property set shown in the previous figure:

<?xml version="1.0" encoding="UTF-8" ?> 
<?Siebel-Property-Set EscapeNames="true"?> 
<PropertySet>
	<PropertySet Location="San Jose" /> 
</PropertySet>