Administer > Service Request Catalog Customization > Service Request Catalog customization > Configure the Your Requests widget and Your Service Request pane

Configure the Your Requests and Your Service Request

You can choose to show or hide the Pending, Closed, Denied, or Approved menu items for either the Your Requests widget or the Your Service Request pane. These settings are controlled by the following parameters in the applicationsContext.properties file. The default values for these parameters are true, which means the menu item will be shown. You can hide an item by setting the appropriate parameter to false.

Your Service Requests

src.ui.service.enablePendingInbox=true
src.ui.service.enableApprovedInbox=true
src.ui.service.enableClosedInbox=true
src.ui.service.enableDeniedInbox=true

Your Requests

src.ui.service.enablePendingOnWidget=true
src.ui.service.enableApprovedOnWidget=true
src.ui.service.enableClosedOnWidget=false
src.ui.service.enableDeniedOnWidget=false

Note The Your Requests widget can show a maximum of three of the menu items. This is due to the height limitation of the widget.