Init Method

The Init method is called when the VBC is first instantiated. It initializes the VBC. It expects to receive the list of fields supported by the external system.

Note: When a field is not initialized in the Init method of the VBC, the Update method is not fired when the field gets updated.

The following figure illustrates the property set for the Init input.

Init 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 Init output.


Init 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 
	AccountId="" 
	Name="" 
	Phone="" 
	Location="" 
	AccessId="" />