Reader small image

You're reading from  Oracle Siebel CRM 8 Developer's Handbook

Product typeBook
Published inApr 2011
Reading LevelIntermediate
Publisher
ISBN-139781849681865
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Alexander Hansal
Alexander Hansal
author image
Alexander Hansal

Alexander Hansal has worked as an IT professional in small, medium, and global corporations. Since 2001, Alexander works as a technical instructor and consultant for Siebel CRM and Oracle Business Intelligence in Europe. He enjoys teaching, and shares his knowledge and expertise in his classes at Oracle University and in his weblog, http://siebel-essentials.blogspot.com/
Read more about Alexander Hansal

Right arrow

Controlling business component behavior


When we inspect business component definitions in the Siebel Repository we find that the runtime behavior of a business component is defined by a set of properties. The most important properties are described in the following table.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Oracle Siebel CRM 8 Developer's Handbook
Published in: Apr 2011Publisher: ISBN-13: 9781849681865

Author (1)

author image
Alexander Hansal

Alexander Hansal has worked as an IT professional in small, medium, and global corporations. Since 2001, Alexander works as a technical instructor and consultant for Siebel CRM and Oracle Business Intelligence in Europe. He enjoys teaching, and shares his knowledge and expertise in his classes at Oracle University and in his weblog, http://siebel-essentials.blogspot.com/
Read more about Alexander Hansal

Property

Description

Table

The name of the base table of the business component. Fields of the business component can reference columns in the base table without the need for a join.

Search Specification

A filter definition—in Siebel Query Language—that is used to fetch only a subset of records from the database.

Sort Specification

A comma separated list of field names and the sort order in which the data should be sorted when the business component queries the database.

No Delete

When set to TRUE, records cannot be deleted by this business component.

No Insert

When set to TRUE, no new records can be inserted by this business component.

No Merge

When set to TRUE, the merge functionality is not available in...