Class Property of a Business Component
Siebel CRM contains a hierarchy of business component classes. The CSSBusComp class resides at the top (highest level) of the hierarchy. Siebel CRM gets all other specialized business component classes from this CSSBusComp class. You must set the Class property of any new business component that you create to CSSBusComp or CSSBCBase. The following functionality is common for a business component:
Move through the set of records that Siebel CRM returns from the Siebel database
Get or set field values in records
Create and delete records
Commit modifications
Undo and redo
Set a bookmark
Do a search
Do a sort