---
title: "PII Fields on Data Structures"
slug: "pii-fields-on-data-structures"
tags: ["Securing Data", "Encryption"]
updated: 2025-12-30T21:21:35Z
published: 2025-12-30T21:21:35Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PII Fields on Data Structures

## Overview

**Personally Identifiable Information (PII)** is used to identify data structure fields as sensitive information.

These fields will be specially protected through encryption. When fields are marked as PII and the Data Structure is created, any data put into that field is encrypted in the database. Data is encrypted using 256-bit AES when selecting either **Encrypt Data** or **Contains Personally Identifying Information (PII)**on a data structure field.

## Enable PII Feature

1. In a Designer Project, click CREATE DATATYPES/INTEGRATION****from the top action bar to create a [Data Structure](https://documentation.decisions.com/v9/docs/about-data-structures).
2. Under the ADVANCED category, click the **Contains Personally Identifying Information (PII)**. Click SAVE.

Contains PII vs. Encrypted DataContains PII is a special case of Encrypted Data. With Encrypted Data, it can be turned off and Decisions will revert the field to being stored in an unencrypted fashion in the database. With Contains PII, the data remains encrypted in the database even if the Contains PII checkbox is unchecked (to maintain the security of the data that was previously stored there) and flags the information so it can be reported on.

**![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-12-30_14h09_49.png)**In**v9.14+,** the **"Contains PII" and "Encrypt Data"**options will be hidden when a data field is marked as**"Is List"** while editing a data structure.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/Recording2025-12-30141723-ezgif.com-video-to-gif-converter.gif)

---

## Report on PII Fields

1. [Start in a Report](https://documentation.decisions.com/v9/docs/create-reports).
2. In the Report Designer, select **PII Fields** as the **Data Source**.
3. Click **Add**under **Data Fields**, then select the two Data Field options available.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-07-31_15h58_34.png)

---

## Feature Changes

| Description | Version | Release Date | Developer Task |
| --- | --- | --- | --- |
| Marking a data field as 'Is List' when creating or editing a data structure now causes the "Contains PII" and "Encrypt Data" options to be hidden. | [9.14](https://documentation.decisions.com/v99/docs/version-914x-release-notes?highlight=DT-044761) | August 2025 | [[DT-044761]](https://documentation.decisions.com/v99/docs/version-914x-release-notes?highlight=DT-044761) |

For further information on Data Structures, visit the [Decisions Forum](https://community.decisions.com/categories/Datastructures).
