---
title: "How to Make Fields in Rossum Required"
slug: "how-to-make-fields-in-rossum-required"
updated: 2025-03-10T00:22:07Z
published: 2025-03-10T00:22:07Z
canonical: "knowledge-base.rossum.ai/how-to-make-fields-in-rossum-required"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge-base.rossum.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Make Fields in Rossum Required

You may need your users to always capture value for a specific field. In such cases, Rossum should enforce capturing such a field by showing a specific message to the user. You can enable it in Rossum’s validation screen. This article will show you how to set the fields to “Required” in the [Extraction schema editor](/help/docs/extraction-schema-editor-in-rossum) and in the JSON file editor.

## How to set fields to “Required” in the Extraction Schema editor

### Header Fields

1. Navigate to the given queue and open its Settings.
2. Click on the “Fields to capture” tab.
3. Hover over the field and click on the “OPT” option to make it required (OPT is going to change to the asterisk symbol *).
4. You can also go to field details (by clicking on arrow “>” icon) and here mark the field as required.

![How to make fields in Rossum required 01](https://cdn.document360.io/1bb6f6bc-c04c-4ace-a1e8-8c4cfd3fbc98/Images/Documentation/How%20to%20make%20fields%20in%20Rossum%20required%2001.png)

![How to make fields in Rossum required 02](https://cdn.document360.io/1bb6f6bc-c04c-4ace-a1e8-8c4cfd3fbc98/Images/Documentation/How%20to%20make%20fields%20in%20Rossum%20required%2002.png)

### Line Items

1. Navigate to the given queue and open its Settings.
2. Click on the “Fields to capture” tab.
3. Scroll down to the Line Items section, and click on “>” icon to open details.
4. Scroll down to the list of columns.
5. Here you can decide if the field should be optional or required.

![How to make fields in Rossum required 03](https://cdn.document360.io/1bb6f6bc-c04c-4ace-a1e8-8c4cfd3fbc98/Images/Documentation/How%20to%20make%20fields%20in%20Rossum%20required%2003.png)

## How to set fields to “Required” in the JSON code editor

### Header Fields

1. Select a queue and open its Settings.
2. Click on the “Edit JSON” button.
3. Click on the field you would like to make required.
4. Set the field to be required in the constraints attribute of the datapoint

![How to make fields in Rossum required 04](https://cdn.document360.io/1bb6f6bc-c04c-4ace-a1e8-8c4cfd3fbc98/Images/Documentation/How%20to%20make%20fields%20in%20Rossum%20required%2004.png)

The image above shows that the required attribute was set to true and that the field in the left sidebar contains an asterisk “*” mark that tells you the field is required.

Once you save the Extraction schema you’ll see, now in the validation screen, a red asterisk next to the edited filed, again telling you that this field is required.

![](https://cdn.document360.io/1bb6f6bc-c04c-4ace-a1e8-8c4cfd3fbc98/Images/Documentation/How%20to%20make%20fields%20in%20Rossum%20required%2005v2.png)

You will see the following message below the field if no value is captured, and this will prevent the document’s confirmation, something indicated with a red icon next to the confirmation button.

![](https://cdn.document360.io/1bb6f6bc-c04c-4ace-a1e8-8c4cfd3fbc98/Images/Documentation/How%20to%20make%20fields%20in%20Rossum%20required%2005-5v2.png)

### Line Items

You can set line items as “Required” as well. Follow the same steps as when making the header fields required.

![How to make fields in Rossum required 06](https://cdn.document360.io/1bb6f6bc-c04c-4ace-a1e8-8c4cfd3fbc98/Images/Documentation/How%20to%20make%20fields%20in%20Rossum%20required%2006.png)

After saving the Extraction schema you should be seeing the following message for the required fields with no captured value.

![](https://cdn.document360.io/1bb6f6bc-c04c-4ace-a1e8-8c4cfd3fbc98/Images/Documentation/How%20to%20make%20fields%20in%20Rossum%20required%2007v2.png)
