Table Description
User Page Configuration: Preference settings for a specified page for a specified user

This entity stores page preferences for the current user. Types of preference data that can be stored include what pods to display and their location on the page.

Example

For example, a user decides to add additional pods to an existing pod container page. Subsequently the user rearranges the positions of the page pods by dragging and dropping. These preferences for the page are then saved to the database.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::UserPageConfigs::Entity::UserPageConfigs
Controlling File: core\model\Packages\Reference Model\Service Layer\UserPageConfigs\Entity\UserPageConfigs_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
userPageConfigIDdetails Unique reference number assigned by the system.USER_PAGE_CONFIG_ID SVR_INT64
userRoleNamekeynoThe role for which the user is logged in as at the time of saving the preference details.USER_ROLE_NAME SVR_STRING<30>
userNamekeynoThe user for whom the preferences are relevant to.USER_NAME SVR_STRING<64>
customPageIDkeynoThe page identifier for which the preferences are related to.CUSTOM_PAGE_IDENTIFIER SVR_STRING<200>
configdetails The page preference details, stored in XML format. Typical details include the pod type and location on the page.XML_CONFIG_DATA SVR_STRING<5000>
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: userPageConfigID
GENERATE_AUDIT: no
PRE_DATA_ACCESS: yes
Standard Operation 
readreadPRE_DATA_ACCESS: no
Standard Operation 
modifymodifyPRE_DATA_ACCESS: no
Standard Operation 
removeremove Standard Operation 
Related Pages (0)