Siebel Developer's Reference > 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 ()

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