CopyStorm 10.56.8

Release Date: 4-Oct-2023

This is a  minor feature and bug fix release. As always, existing CopyStorm configuration files are backwards compatible.

Patch Levels

04-Oct-2023 Original Release

Add “Booleans-As-Strings” feature

This release introduces the ability to create VARCHAR / Text representations of Boolean columns. When the “Booleans-A-Strings” feature is enabled for a column:

  • The boolean column is created with a different name (e.g. MyCustomField__c__bool).
  • The original column name is created as a computed column containing “true” or “false”.