Previous Topic

Next Topic

Book Contents

RT_USER_BLINDED_ITEMS

This table contains a row for each user and item combination with its blinding status.

Columns in the RT_USER_BLINDED_ITEMS view

RT_USER_BLINDED_ITEMS
Column Name (Key indicator)

RT_USER_BLINDED_ITEMS
Column Description

USERID (PK)

User ID associated with the item.

USERNAME (PK)

Account name for the user associated with the item.

ITEMID (PK)

Numeric identifier for the item.

ITEMBLINDED

Blind flag.

0 - item is visible to the user

1 - item is not visible to the user

CREATEDDATETIME

Date and time when the item was started; that is, when a user entered data on the item or triggered a rule that entered data on the item.

CREATEDBYUSERID

User ID of the user who started the item by entering data on the item or triggering a rule that entered data on the item.

MODIFIEDDATETIME

Date and time when the item was most recently modified; that is, when a user most recently entered data on the item or triggered a rule that entered data on the item.

MODIFIEDBYUSERID

User ID of the user who most recently modified the item by entering data on the item or triggering a rule that entered data on the item.

Send Feedback