The preferences table is used to store name/value property information for Portal objects. An example of how this table is used is a Dynamic Content Portlet that is configured by an administrator.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| objectkey | integer | not null | Represents the UID of a Portal Object.
Type: FK |
| userkey | integer | with null | Userkey for user specific data on this object.
Type: FK |
| name | nvarchar(100) | not null | Name of the property being stored for this user/object |
| avalue | long nvarchar | with null | Value of the property being stored for this user/object combination. |
Product Name: Portal
Table Type: Table