Book Image

Oracle Siebel CRM 8 Developer's Handbook

By : Alexander Hansal
Book Image

Oracle Siebel CRM 8 Developer's Handbook

By: Alexander Hansal

Overview of this book

Table of Contents (33 chapters)
Oracle Siebel CRM 8 Developer's Handbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

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.

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