Overview
The UI Resource Permission is created using the Security Administration from Onyx Enterprise Studio (OES). This article describes the steps to grant or deny UI Resource Permissions for the following:
- An Individual
- A Group
- A Field
- A List
Process
Individual
For Details on Onyx Enterprise Dashboard (OEDB), update the UIResource
column value of the DetailView
table to grant or deny the UI Resource Permission for the detail view.
To grant or deny detail view for an Individual:
- Go to Security Administration in the OES.
- Navigate to Resources UI > Resources and click Add.
- Provide the Resource ID and Description.
- Click Manage Permissions and add a user for that permission (you can either grant or deny the permission for that user).
- Perform a
Com+Shutdown
. - Open the
PersistenceDB
and navigate to theDetailView
table. - Open the
DetailView
table in edit mode. - Filter the results based on
DetailViewId
. - Update the
UIResource
field value with the newly created UIResource.
Note: Restart the OEP (Onyx Employee Portal) after updating the UIResource
column values in the database to verify the changes.
Groups
On the PersistenceDB
, update the UIResource
column value of the DetailViewGroup
table to grant or deny the UI Resource Permission for the groups available on the detail view.
To grant or deny groups available on the individual detail view:
- Go to Security Administration in the OES.
- Navigate to Resources > UI Resources and click Add.
- Provide the Resource ID and Description.
- Click Manage Permissions and add a user for that permission (you can either grant or deny the permission for that user).
- Perform a
Com+Shutdown
. - Open the
PersistenceDB
and navigate to theDetailViewGroup
table. - Open the
DetailViewGroup
table in edit mode. - Filter the results based on
GroupId
. - Update the
UIResource
field value with the newly created UIResource.
Note: Restart the OEP after updating the UIResource
column values in the database to verify the changes.
Fields
On the PersistenceDB
, update the UIResource
column value of the DetailViewField
table to grant or deny the UI Resource Permission for the fields available on the detail view.
To grant or deny fields available on the individual detail view:
- Go to Security Administration in the OES.
- Navigate to Resources > UI Resources and click Add.
- Provide the Resource ID and Description.
- Click Manage Permissions and add a user for that permission (you can either grant or deny the permission for that user).
- Perform a
Com+Shutdown
. - Open the
PersistenceDB
and navigate to theDetailViewField
table. - Open the
DetailViewField
table in edit mode. - Filter the results based on
FieldId
. - Update the
UIResource
field value with the newly created UIResource.
Note: Restart the OEP after updating the UIResource
column values in the database to verify the changes.
List
On the PersistenceDB
, update the UIResource
column value of the DetailListView
table to grant or deny the UI Resource Permission for the lists available on the detail view.
To grant or deny lists available on the individual detail view:
- Go to Security Administration in the OES.
- Navigate to Resources > UI Resources and click Add.
- Provide the Resource ID and Description.
- Click Manage Permissions and add a user for that permission (you can either grant or deny the permission for that user).
- Perform a
Com+Shutdown
. - Open the
PersistenceDB
and navigate to theDetailListView
table. - Open the
DetailListView
table in edit mode. - Filter the results based on
ListId
. - Update the
UIResource
field value with the newly created UIResource.
Note: Restart the OEP after updating the UIResource
column values in the database to verify the changes
Priyanka Bhotika
Comments