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

Business component and field user properties


On the business layer of the Siebel Repository, user properties are widely used to control specialized behavior of business components and fields. The following table describes the most important user properties on the business component level. The Multiple Instances column contains Yes for all user properties that can be instantiated more than once per parent object:

User Property Name

Description

Multiple Instances

Active Field

Active Value

These two user properties define the name of a business component field and a value of that field. When the field has the value defined in the Active Value user property then the record is considered Active and can be updated. Otherwise, the record is considered Inactive and cannot be updated.

No

Admin NoDelete

Admin NoUpdate

When the value of these user properties is set to Y, the business component prevents deletions or updates (respectively) even when the business component is in Admin mode.

No...