Field Encryption

Is it possible to encrypt a field in a case structure and preserve the existing data values in the field?

Comments

  • You will need to build a flow to read the unencrypted data out of the shadow table we generate and to write it back into your now empty, encrypted field on your datatype. You can use either a table integration or a query to get this data out of the Database and into a flow. You would then loop through the collection and find the current record with a fetch entities step. Finally, use a save entities operation to get the old data passed in, encrypted and saved.

Sign In or Register to comment.