# Global Settings

{% hint style="info" %}
**Authorization Rights**

The following settings can only be adjusted by YouDesign Command administrators.
{% endhint %}

## Navigate to Global Settings

1. Open the ServiceNow application navigator.\
   ![](/files/KtjXCDQOsyzuzr2Yn3t5)
2. Search for, and select, **Global Settings**. This opens the table: x\_inpgh\_upmx\_global\_settings.\
   ![](/files/PivRovVVEwRtFTi8ucug)
3. From the table, select a record to adjust its settings.

## How to create and update Global Settings

This table contains the names of the Global Settings you can adjust, a description of the setting, as well as the type and values required to make adjustments.

{% hint style="warning" %}
**Global Settings Configuration**

Adjustments to YouDesign Command Global Settings are only valid if edits match the **exact** names and types noted in the table below. Configure the values as explained in the Description column.
{% endhint %}

| Name                                            | Description                                                                                                  | Type    | Value                                                                                  |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ------- | -------------------------------------------------------------------------------------- |
| dq.fields.allowed.verification                  | Use comma-separated fields to enable the DQ Widget to carry out verifications                                | string  | steward, x\_inpgh\_upmx\_steward                                                       |
| instance.URL                                    | Use the instance URL. for on-prem or GCC ServiceNow instances. Leave this blank to use the default URL.      | string  | instance-name.service.com                                                              |
| is.rp.allowing\_suggestions                     | Define the setting view on the Relationship Picker to block or allow groups.                                 | boolean | false                                                                                  |
| is.rp.blocking\_duplicate                       | Add a definition to permit duplicate relationships in the Relationship Picker                                | boolean | false                                                                                  |
| is\_rp\_allowing\_suggestions                   | Define the setting view on the Relationship Picker to block or allow groups.                                 | boolean | false                                                                                  |
| is\_rp\_blocking\_duplicate                     | Add a definition to permit duplicate relationships in the Relationship Picker                                | boolean | false                                                                                  |
| lifecycle.MaxYearLimit                          | Lifecycle dates must be less than **\_** years from now.                                                     | integer | 0                                                                                      |
| non.ci.tables.in.data.governance.portal         | Comma-separated non-CMDB CI table names must be included in the data governance portal                       | String  | x\_inpgh\_upmx\_usage                                                                  |
| non.YouDesign Command.tables.for.no.of.rel.calc | Comma-separated non-YouDesign Command table names are used in relationships calculation                      | String  | cmdb\_ci\_business\_app, cmdb\_ci\_business\_capability, cmdb\_ci\_information\_object |
| number.Editor.Licenses                          | The Number of Editor Licenses. This value is used in calculating the number of licenses remaining            | String  | 32                                                                                     |
| number.Reader.Licenses                          | The Number of Reader Licenses. This value is used in calculating the number of licenses remaining            | String  | 43                                                                                     |
| tables.with.parent.child.relationship           | Comma-separated tables in which parent-child relationships are permitted in YouDesign Command custom reports | String  | cmdb\_ci\_business\_capability, cmdb\_ci\_information\_object                          |
| visualization.date.format                       | Date format for the YouDesign Command Visualizations e.g: yyyy,MM,dd                                         | String  | yyyy,MM,dd                                                                             |
| re.repository.browser.filter                    | Semicolon separated table string and encoded query pair for relationship editor                              | String  | cmdb\_ci\_business\_app=nameANYTHING;cmdb\_ci\_business\_capability=nameANYTHING;      |
| parent.fields.hierarchy                         | Comma-separated list of parent fields to be used as the hierarchy for RE and other features.                 | String  | parent,x\_inpgh\_upmx\_parent,u\_parent                                                |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ins-pi.com/command/configuration/global-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
