Insert Method

The Insert method is called when a New Record is committed. The following figure illustrates the property set for the Insert input.

Insert 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">
	<PropertySet
		AccountId="1-6"
		Name="Max Adams"
		Phone="(398)765-1290" 
		Location="Troy"
		AccessId="" /> 
</PropertySet>

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

Note: The property set for the Insert output does not affect the data in the business component. The output property set for Insert is used to indicate what fields or records were changed.

Insert 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
		AccountId="1-6"
		Name="Max Adams"
		Phone="(398)765-1290" 
		Location="Troy"
		AccessId="146" /> 
</PropertySet>