Configure fields

  • Release version: Zurich
  • Updated October 8, 2025
  • 4 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Configure fields

    This guide outlines how to configure fields within ServiceNow CPQ to structure data collection effectively. Fields serve as designated spaces for users to input information, enhancing organization and coherence in data management. Fields are global, allowing reuse across various blueprints, rules, and layouts, which simplifies configuration processes for users and administrators alike.

    Show full answer Show less

    Key Features

    • Layouts: Fields form the basic building blocks of layouts, organized into a navigational flow that includes tabs, sections, and grids to enhance user experience.
    • Rules: Fields are integral to rules that dictate conditions and logic. Rules can manipulate field values, control visibility, and send data to the Product List.
    • Blueprints: Fields must be associated with blueprints to be included in configurations. This association ensures that any rule using a field is linked to the blueprint automatically.
    • Field Types: Various field types are available, including text, number, boolean, picklist, and product picker, each with specific constraints and settings to guide user input.

    Key Outcomes

    By effectively configuring fields in ServiceNow CPQ, customers can expect improved data entry efficiency and consistency across configurations. The ability to reuse fields and rules across multiple blueprints reduces redundancy and enhances the overall user experience. Properly set field types ensure appropriate data validation, leading to more accurate and meaningful data storage.

    Learn about how fields in ServiceNow CPQ help structure data collection efficiently and about the various types of field. Associate fields with blueprints for consistent use across configurations, layouts, and rules.

    A field is a designated space where users can enter specific information. Imagine fields as sections in a questionnaire, each awaiting a particular piece of data.

    The usefulness of fields lies in their ability to structure data collection, making it easier for both users to enter values and admins to set them up efficiently and effectively. Without fields, the process of gathering information would be a chaotic jumble of function parameters, lacking the coherence necessary for meaningful data storage or the ability to enact rules.

    In ServiceNow CPQ, fields are global. This means a field may be reused in any blueprint, rule, or layout without having to create a unique field for each.

    • Layouts
      • Fields are the most granular component that make up a layout. A layout consists of many fields arranged into a navigational flow or page.
      • Tabs, expandable sections, column sets, field grids, and headings provide additional organization to the fields in a configuration experience.
    • Rules
      • Rules leverage fields as inputs to conditions, calculations, and logic.
      • Rules act on fields. A rule may determine the value of a field, display a message associated with a field, hide a field, control the options available in a field, and send the information in a field to the Product List, all in the same rule.
    • Blueprints
      • Because fields are global across an environment, the only way for them to be a part of a specific configuration is to be associated with a blueprint.
      • When all of the fields referenced by a rule are associated with a blueprint, the rule is associated with the blueprint without the need to specify it.
      • When a field is associated with a blueprint, the field can be added to the layouts of the blueprint.

    When you associate a field to a blueprint, the application automatically associates all rules that leverage the field to the same blueprint. Fields and rules may be reused on any number of blueprints.

    Field types

    Many field types are available, each with constraints and rules for entered values. For example, a number field is more suitable than a text field as a quantity field, since the only inputs it accepts are numbers.

    Similarly, if there are only a few options that a user should be allowed to enter, a picklist field should be used to limit the options for the end user.

    Because fields are global across an environment, all fields need a unique variable name when they are created. They can also be set as required during configuration, so that if the field is associated with a blueprint, it must be filled out before the configuration can be saved.

    Text fields accept any characters entered into the field up to 2000 characters. The field definition allows the admin to specify minimum and maximum field lengths and a static default value.

    Activities screen

    Numbers fields accept only numeric characters in their fields. The field definition requires the admin to specify whether the field will be used as a number, currency, or percentage. Optional settings include minimum and maximum values and a default value. The unit label setting is not currently used in the application.

    Admin screen

    To specify the display precision of a numeric value, in the ServiceNow CPQ layout, click the gear icon in the number field. Then, set the precision in the Display Precision field.

    Field properties

    Boolean fields accept only two values: true and false. The field definition allows the admin to specify a true label, a false label, and a default value. Unless specified, the default true label is Enabled and the default false label is Disabled. The default state is false.

    A toggle switch with two options, “Enabled” and “Disabled,” showing a Boolean field set to False by default.

    Picklists are fields that only allow specified options to be selected, such as catalog items. When defining the field, the admin must specify whether the field is single-select, where the user must select one value, or multi-select, where the user can select as many values as desired. If the field is single-select, the admin must also specify whether the option values should be evaluated as a text field or a number field. The admin can also add field options, set an order, or a default value or values, and add picklist extension data if necessary.

    Picklist

    A product picker is like a picklist with extended data. product pickers can add products to a bill of materials and map additional data to product list fields, including extended data, without writing standard rules.

    Picklist picker

    A set is a collection of fields that interacts only with the fields in their own row and column.

    Blueprint fields

    Sample blueprint showing field options and display variations

    The following blueprint includes all the different field options and display variations. This ZIP file contains the layout CSV files that show how to set the component display types for each option.

    Component Display type blueprint