rca_user_preference

Stores the user preferences, such as the email notification flag. Saved searches are also stored as part of the user preferences but are saved in the rca_saved_search table.

Field name

Field data type

Purpose

umOid (PRI)

varchar(255)

The object identifier of the user.

notificationEnabled

bit(1)

A flag that indicates whether to store building block notification preference for the user. When a value of 0, the Review, Commenting, and Approval services do not send email to the user.

Note: Process Management emails can be sent regardless of the value set for this field. The Process Management settings are modified from LiveCycle Administration Console or Workspace.

// Ethnio survey code removed