Centralpoint Update 8.11.113
Date of Update: Tuesday, September 2, 2025
Feature | Summary |
CpScript ColumnTaxonomy | Supports the truncate and truncatedSuffixText properties that are used in standard Column and Attribute scripting. |
RegisterCssFile CpScript | This CpScript registers a CSS file within the head tag of the page. At this time, only relative paths to local .css files in the site are supported. Support for files with absolute URLs can be supported upon request. |
Tools > Actionable Select Command Builder | A new console utility page is available. This tool generates required records for a template form that allows users to select and process multiple records via the FormBulkDataAction CpScript. |
Data Sources > Select Command Builder | The searchable table on the page will render a button that allows users to filter the table by their selected rows. |
CpScript FormBulkDataAction | This script allows console administrators to create a form that has the ability to update one or more records. The following actions are supported: Change Attributes, Change Module, and Delete. This script is designed to be used within the following console location @ Forms > Processing (tab) > Execute Scripts > Scripts. Please read the help file for details and when implementing into a project. |
NLS & AI > NLS Configuration | A new Partial Word Highlighting attribute has been added. It is disabled by default to maintain current behavior. Enabling this feature will cause the autocomplete menu highlight partial word matches. Enabling this feature requires more processing to determine which parts of the words to highlight. |
NLS & AI > Script Generator | A new Preload Results attribute has been added. It is disabled by default to maintain current behavior. Enabling this feature will cause the autocomplete menu to be populated with results on initial load, before the user types anything. The autocomplete will appear faster when enabled, but it must preload results even when you don't click into the search box causing some unnecessary database queries. |
CpScript ReverseHyperLink | The ReverseHyperLink script is now supported within Results Item Content attributes located within the system's Module Designer & Data Sources modules. When using this script in Results Item Content, it is strongly recommended to use the removeMarkup and truncate properties. This tool is typically used on attributes that contain a significant amount of text. Without these configuration settings, this script is capable of inserting a tremendous amount of HTML onto a page which may create unresolvable issues. Please review the script builder help file for more information and setup assistance. |
See Full History of All Updates