Guide
Rollout Managers
Rollout Managers
  • 👋Welcome to Rollouter
  • Setup
    • Custom Fields
      • Creating a Custom Field
    • Checklists
      • Conditional Checklists
      • Persistent Checklists
      • Creating a Checklist
    • Workflows
      • Creating a Workflow
    • Inventories
      • Creating an Inventory
      • Creating Clients
      • Importing Clients
    • Client Links
      • Advanced Client Links
  • Working with Clients
    • Client Detail View
      • Default & Custom Fields
      • Checklists
      • Attachments
      • History
      • Moving Clients
    • Finding Clients
    • Tasks
    • Delivery Sheet
    • Linking Clients
    • Client Groups
  • Rollout View
    • Calendar
    • Client Dashboard
    • Collaborators
  • Rollout Planning
    • Roadmap & Burndown
    • Appointments
    • Client Assignment
    • Working Days
  • Integrations
    • ServiceNow
      • Preparing your ServiceNow instance
      • Connecting Rollouter to your ServiceNow instance
Powered by GitBook
On this page
  • Default Fields
  • Name, description and behaviour
  • Required Custom Fields
  • Hiding Custom Fields on the Delivery Sheet
  • Choosing a Type
  • Adding validation via Regular Expressions
  1. Setup
  2. Custom Fields

Creating a Custom Field

PreviousCustom FieldsNextChecklists

Last updated 7 months ago

To create a Custom Field, please go to Settings -> Custom Fields and click on "Create Field".

Default Fields

Before creating a Custom Field, it might be useful to get to know the default fields which are already in place for each Client and Inventory.


Name, description and behaviour

The name of the Custom Field will be shown on the and . The description can help with distinguishing the Custom Field and is only displayed on the Settings page.

Required Custom Fields

If a Custom Field value must be defined when creating a Client, you can check the "Field is required" checkbox and the user will be asked to provide a value for the field.

After the Client is created, the value of a required Custom Field can never be empty.

Hiding Custom Fields on the Delivery Sheet

In case a Custom Field is only for internal use or simply not of interest to the person signing the Delivery Sheet, you can hide it by checking the "Hide on Delivery Sheet" checkbox.


Choosing a Type

Field Type
Usage
Appearance

Input

A single-line text.

Text Area

A multi-line text.

Selection

Selecting one out of the given options.

Multi-Selection with options

Select multiple out of the given options.

Multi-Selection without options

Define multiple and invididual options while in use.

Adding validation via Regular Expressions

This can for example be used to ensure a MAC address has the correct format:

When creating the Custom Field
When trying to save an incorrect value

With , the pattern of a text can be defined. By configuring one for your Custom Field, you can define how its value must look in order to be stored in the database.

Default & Custom Fields
Client Detail View
Delivery Sheet
Regular Expressions