---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Service Catalog variable editors

# Service Catalog variable editors {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 Minuten Lesedauer

Variable editor displays variable values in fulfiller forms. A requester, while
requesting the item, specifies these variable values in the catalog item questions.

Types of variable editors based on the catalog item type:

* For a catalog item, the VEditor (com.glideapp.servicecatalog.VEditor) displays the values of questions in the requested item and catalog task forms.
* For a record producer, the default variable editor (com.glideapp.questionset.DefaultQuestionEditor) displays the values of questions for records generated from a record producer for task-extended tables.

{#service-catalog-variable-editor__ul_ggr_ktq_zz}  
Warnung:  
The variable editor depends on the Variables column of the Task \[task\] table. By default, this column is inactive, and you should not make it active.

## VEditor {#service-catalog-variable-editor__cat-VEditor}

The VEditor is applicable only for the requests created from catalog items.

In ServiceNow AI Platform, this editor is a formatter added on the requested item (RITM) form
(Default View) and the catalog task form (Default View).

The VEditor is applicable only for RITMs and catalog tasks. It cannot be used for any other
tables. To support catalog UI policies or catalog client scripts on the VEditor for the RITM and
catalog task form, select the Applies on Requested Items and
Applies on Catalog Tasks check boxes for the catalog UI policy or the
catalog client script.  
Hinweis:  
The values in the VEditor are displayed from the Options \[sc_item_option\] table. This is an internal table and you should not add any business rules to this table.  
To make the VEditor read-only in ServiceNow AI Platform, activate the onLoad client script, Variable Editor Readonly, for the following tables:

* Requested Item \[sc_req_item\]
* Catalog Task \[sc_task\]
{#service-catalog-variable-editor__ul_ejt_sfd_gbb}  
Hinweis:  
You can make the Variable Editor Readonly scripts conditional, by adding conditions to them.  
Abbildung : 1. VEditor

## Default variable editor {#service-catalog-variable-editor__cat-default-variable-editor}

The default variable editor is applicable only for record producers. This editor is a
formatter added on records that are generated by a record producer for task-extended tables.
This editor displays the values of questions specified in the record producer.

By default, this editor is applicable for the Incident and Change tables. For other tables,
you can [configure this editor](https://servicenow-prod.fluidtopics.net/lOwGiifh2FbyE9xxPZ7nFw "After you configure the default variable editor for a task-extended table, you can view and edit the values of questions specified by the requester in the record producer. Applicable only for records generated by a record producer.").  
Catalog UI policies, catalog client scripts, catalog data lookups, reference qualifiers, and dependent reference fields are supported on the default variable editor only for task-extended tables. To support a catalog UI policy or a catalog client script on this editor, select the Applies on the Target Record check box for the catalog UI policy or the catalog client script.  
Hinweis:  
The values in the default variable editor are displayed in the Question Answer \[question_answer\] table. This is an internal table and you should not add any business rules to this table.  
Abbildung : 2. Default variable editor

## Variable editor in Agent Workspace {#service-catalog-variable-editor__section_q1b_4v4_jkb}

In Agent Workspace, the following scenarios are possible:

* If the variable editor formatter is available in the Workspace view of the form, the variable editor is automatically added to the Variables section in the Agent Workspace UI.
* If the variable editor formatter is added inside a section in the Workspace view of the form, that section does not display the variable editor in the Agent Workspace UI.
{#service-catalog-variable-editor__ul_o5l_nhw_3mb}  
The following variable types are not displayed in the variable editor.

* Macro
* Macro With Label
* UI Pages
{#service-catalog-variable-editor__ul_u1r_pv4_jkb}  
The following variables are displayed as a select box in the variable editor:

* Multiple Choice
* Numeric Scale
* Lookup Multiple Choice
{#service-catalog-variable-editor__ul_ogq_1w4_jkb}

## Variable editor in Service Portal {#service-catalog-variable-editor__section_mv2_thw_3mb}

In the Service Portal UI, the variable editor is available for forms with the
variable editor formatter.  
Hinweis:  
Since Service Portal is only for requester use cases, it is recommended to use the Agent Workspace UI for the variable editor.

## Making a variable editor read-only {#service-catalog-variable-editor__section_trr_c3w_3mb}

The following options are available to make a variable editor read only, depending on
application.

Service Catalog variable editors in the core UI
:   The GlideForm [setVariablesReadOnly()](https://servicenow-prod.fluidtopics.net/z9IaW2yIq4cFqm4ro_SoJg "Variable editor displays variable values in fulfiller forms. A requester, while requesting the item, specifies these variable values in the catalog item questions.") method is supported for ServiceNow AI Platform and Agent Workspace forms to make the variable editor read-only. This method is intended for requested item, target record, and catalog tasks.  
    Hinweis:  
    This method is not applicable in Service Portal and is not recommended for catalog forms.

Service Portal variable editors
:   To make the VEditor read-only in Service Portal, navigate to Service PortalPortals, select Service Portal, and specify the following code in the Quick start config field.

        "readonly_variable_editor": "true"


    Hinweis:  
    The UI Page, Macro, and Macro with Label variables are rendered even when the variable editor is read-only.
* **[Configure the default variable editor for a task-extended table](https://servicenow-prod.fluidtopics.net/lOwGiifh2FbyE9xxPZ7nFw)**   
  After you configure the default variable editor for a task-extended table, you can view and edit the values of questions specified by the requester in the record producer. Applicable only for records generated by a record producer.

