The permissions configuration is an internal configuration file that determines the access of each CA RCM user to privilege data and function screens of the portal.
The CA RCM installer creates a set of default permissions for basic users and administrators. To use some CA RCM features effectively, configure additional permission filters that expand the scope of data access given to basic users. For example, users need to view more entities associated with their account when they access self-service functions.
To configure permission filters
The Database Wizard appears.
The Eurekify.cfg file appears. Each role in this configuration file represents a set of permissions. Each resource is a rule or filter that defines the scope of access to portal functions or data.
The resource database associated with the configuration appears in a new window.
ResName1: [FILTER_USER]
Description: Users can see themselves in universes that use LoginID field
Filter1: (user.LoginID=$$PersonID$$)
ResName1: [FILTER_ROLE]
Description: Users can see their own roles in universes that use LoginID field
Filter1: (~(user.LoginID=$$PersonID$$))
ResName1: [FILTER_RES]
Description: Users can see their own resources in universes that use LoginID field
Filter1: (~(user.LoginID=$$PersonID$$))
Apply the following attribute values to all filters:
Note: To avoid truncating the filter string, expand the width of the Filter1 column in the Edit Resource pop-up before you enter the string.
Important! If you mapped the login ID attribute to an attribute other than LoginID in the universe, change LoginID to the correct attribute in the filter. For example, if login IDs are stored in the GUUID attribute, change the filter as follows:
(user.GUUID=$$PersonID$$)
Enter a value for the Filter ID attribute of each new entity according to the numerical sequence of the file.
The cursor changes into a LINK icon.
The new resources are linked to the Eurekify Basic Role.
User and resource entities linked to the role are highlighted.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |