PII Fields on Data Structures
  • 04 Aug 2022
  • 1 Minute to read
  • Dark
    Light

PII Fields on Data Structures

  • Dark
    Light

Article Summary

Overview

Personally Identifiable Information (PII) is used to mark 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.  
  2. Under the ADVANCED category, click the Contains Personally Identifying Information (PII). Click SAVE.
Contains PII vs. Encrypted Data
Contains 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.

Report on PII Fields

  1. Start in a Report
  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. 


For further information on Data Structures, visit the Decisions Forum.

Was this article helpful?