Feature | Summary |
Aspose Image Handler | The following files are now supported by the system's Aspose Image Handler: ppsx, mpp, oxps, xps, eps, mbox, dcm, dicom, webp, tga, psd, eml, emlx, xml, svg, vsx, dwg, bmp, emf, gif, ico, jpg, jpeg, png, tif, tiff, wmf |
New API (beta) Category - Development Testing Only | The API (beta) category has been added to the client console with three modules: AI Test Center, API Test Center, and Properties. These modules are in early development and are intended exclusively for testing feature feasibility. They are NOT production-ready and should not be used in production environments. |
CpScript ExtTable | The script has been extended to support the sDom property in the DataTables.js configuration object. This allows customization of DOM positioning for the DataTables feature elements. Please read the script builder help file for documentation and setup assistance. |
Data Cleaner SQL Query Value Type | Added SQL Query as a new Value Type option in the Data Cleaner module, allowing custom SQL queries to generate values for attributes during data cleaning operations. The SQL query must return a scalar value and will receive @DataId as a parameter containing the DataId of the record being processed. This feature requires double-save operations which will impact performance, as records are saved once to make them available to the SQL query, then saved again to update the attribute with the generated value. |
CpScript FormBulkDataAction | A new Deduplicate action type is supported that removes duplicate records from a module. The Actionable Select Command Builder tool in the console has been updated to output a working example by default. This feature is modeled after the Version History Consolidator console utility. Please read the help file for further documentation and setup assistance. |
Condition Builder Utility | Added new Condition Builder Utility |
SQL Summary Generator Module Property and Data Cleaner Integration | Added a SQL Summary Generator module property to all generic modules that allows automatic generation of summary attributes using custom SQL queries. When enabled, it accepts a SQL query and attribute name to populate with the generated summary. The custom SQL queries must return scalar values and will access the current record using the @DataId parameter. Your query cannot declare a @DataId parameter as this will be provided automatically and relates to the record you are saving. Additionally, added a SQL Summary Generator type to the Data Transfer > Data Cleaner module for centralized configuration and deployment across multiple modules. The module property supports three options: Enabled (module-level control), Disabled, and Data Cleaner (centrally managed through the Data Cleaner interface). Enabling this feature requires double-save operations which will impact save performance in affected modules and slow down CDA Utilities imports, as documents are saved once to make the record available to the SQL query, then saved again to update the summary attribute. |