The property value "Show only assigned items of a request to assignee (Restricted view)" is not visible for categories in Catalog.
search cancel

The property value "Show only assigned items of a request to assignee (Restricted view)" is not visible for categories in Catalog.

book

Article ID: 419704

calendar_today

Updated On:

Products

CA Service Catalog

Issue/Introduction

In one Catalog server below property option "Show only assigned items of a request to assignee (Restricted view)" is showing, but not in another install.

Environment

CA Service Catalog 17.4

Cause

The mentioned row was missing in the table usm_configuration.

Resolution

This configuration option is not available by default. Run the following DB query to add:

insert into usm_configuration values ('request','restrict_assignee_view','INSTALLED_DEFAULT',2,1,0,0,'111,114',NULL,NULL,NULL)

Restart Service Catalog services for the change to take effect.