Centralpoint Update 8.11.111
Date of Update: Monday, August 4, 2025
Feature | Summary |
CpScript ExtTable | A new property named hasSearchableColumns is supported. When enabled, users can click on any column header in the table and type search terms to filter results within that specific column only. Please use the script builder help file for setup assistance. |
Data Sources > Select Command Builder | The searchable table on the page will render controls that allow users to filter by dates. The SQL contains CpScripts that insert filters required for the search. There are configurable options in the Template Content attribute that allow console admins to change labels of the search controls or completely remove it from the page. |
New Site Property Ole Db Provider Version | Here are two New site properties that control OLE DB Provider Version:
1. In the Master Console, this property manages data transfers that use OLE DB drivers, including for Access databases, Excel files, and delimited text files.
2. In the Website Console, this property controls utilities that also rely on OLE DB drivers for working with Access, Excel, and text-based data sources.
Both properties allow you to specify the OLE DB Provider version to use, such as switching to Microsoft.ACE.OLEDB.16.0, assuming it's already installed on the server.
For installation instructions or additional details, please refer to the header text of the property in the console. |
CpScript ConnectionString | A new CpScript is available that retrieves a Centralpoint website's SQL connection string. By default it returns the current website's connection string. There are properties that can be used to return the connection string from another site on the same server. This ensures console records using connection strings from Centralpoint sites do not need to be updated when sites move to different servers, change SQL credentials, etc. The intended use is within the Data Transfer and Data Sources modules. Each console attribute where this is supported has header text instructing users to insert the Connection String with this CpScript. |
See Full History of All Updates