Delete Method

The Delete method is called when a record is deleted. The following figure illustrates the property set for the Delete input.

Delete 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="(408)234-1029"
		Location="San Jose" 
		AccessId="146" /> 
		</PropertySet>

The following figure illustrates the property set for the Delete output: Type and Value are Null.


Delete 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 />