Siebel Developer's Reference > User Properties > Business Component User Properties >

Private Activity Search Spec


This user property provides a search specification to apply to non-Calendar activities. It is typically used to restrict the return activities to those for which the Private flag is not set and those for which the logged-in user is the primary owner. However, it can be used to provide other restrictions to the results set.

Value

The value of this user property is a valid search specification. A typical example is

[Private] = 'N' OR [Private] IS NULL OR [Primary Owner Id] = LoginId ()

NOTE:  This value also supports standard search specification functionality, such as IIf(condition, search spec 1, search spec 2).

Usage

You can inactivate or modify the values for this user property. You can also create new instances of this user property as needed.

Parent Object Type

Business Component

Functional Area

Activity

Siebel Developer's Reference Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.