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

Projects and objects


Each object definition in the Siebel Repository must belong to exactly one project. A project can be considered a container for an arbitrary selection of object definitions. The Siebel CRM engineering team at Oracle defines the initial set of projects. Developers at customer sites can either choose to keep the order defined by Oracle or decide to change the project assignment for selected object definitions without affecting Siebel functionality.

In addition, we can create new projects if needed. The following procedure is an example of how to create a new project definition in the local developer database:

  1. 1. In the Object Explorer window, select the Project type.

  2. 2. In the Object List Editor, use Ctrl+N to create a new record.

  3. 3. Enter a meaningful name for the project, such as AHA Prototypes (see the following for an explanation of the prefix).

  4. 4. Check the flag in the Locked column to lock the project in the local database (making the project writeable).

  5. 5. Step off the...