Skip to content

Administrate Configuration Items

Configuration Items Page

The Configuration Items page provides an overview of all the configuration items in the application

CustomObjectsList

Figure 1 - Configuration Items

View Details

View Details command will open the detail page of the selected configuration

Approve/Disapprove

Most configuration items have an  Approved  flag to control if an item is  ready for publishing  and to temporarily disable parts of a configuration.

Publish/Unpublish

Publish

When publishing a Configuration Item, Database Objects are generated from the configuration metadata and deployed to the database.

The following happens when you publish:

  • If applicable, database objects (e.g. a table to store custom entity data) are generated in the database.
  • Privileged system users are granted access to the database objects.
  • Caches (e.g. Configuration Items cache) are refreshed.

Unpublish

When unpublishing, all the deployed database objects except for the table will be removed. The table is kept so that the configuration can be updated and republished without losing any data. For information on how to completely remove a published logical unit see Cleanup Data.

Note: Unpublish removes the view and package from the server, this means that if other Configuration Items is referencing any of the attributes, they will not work anymore and possibly throw errors.

Add to Package

CustomObjectsList

Figure 2 -Add to Application Configuration Package Assistant

Add to a new ACP

  1. In the Configuration Items page, Select a record and click on 'Add to Package' command under 'Application Configuration Package'.
  2. Provide values for Package Name and Description
  3. Click OK

Add to an existing ACP

  1. In the Configuration Items page, Select a record and click on 'Add to Package' command under 'Application Configuration Package'.
  2. Choose an existing ACP from the list of values.
  3. Click OK

Many Configuration Item types can be added to Application Configuration Packages for common delivery to other environments.

Recommended permission set to perform configuration item related administrative tasks is : CUSTOM_OBJECTS_ADMIN

Manage Grants

Select a configuration item of a type which is associated with a projection (Ex: Projection Configuration, Custom Action) and click on Manage Grants.The user Will be navigated to the permission sets page of the projection where the configuration resides

Note: This action is only available for configurations which have a projection associated with it (Ex: Projection Configuration, Custom Action)