• Decrease Text SizeIncrease Text Size

Centralpoint Update 8.11.62


Date of Update: Monday, June 12, 2023  
FeatureSummary
All Generic Enhanced ModulesA new Generate Synonyms module property has been added. When enabled it will generate synonyms for all key phrases upon document submission. Do not enable if the semantic search feature has not been manually installed in your database by a server administrator. An error message will be written to the trace if the semantic search is not enabled. Do not enable if Microsoft Office is not installed on the web server. You will receive the following error when submitting records in the client console if Office is not installed. Could not load file or assembly 'office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. Here are some considerations for server-side automation of Office. This feature may cause inserts and updates to take much longer depending upon the number of key phrases generated.
Script Generator > Script > Data DiffsThe client-side cpDataDiffs.init object now supports a hasDefaultControls property which is set to a value of false. This property can be set to true which will allow users to generate a custom UI by creating their own controls and event handlers. A new web-service method is available to be called from cpDataDiffs.getDiffHtmlFromDiffIds(sourceDiffId, compareDiffId) which allows comparison of two cpsys_DataDiff records that are not in sequence. Please read the help file for more information on and guidance on plugin properties and available methods.
Script Generator > Script > AutoCompleteThis CpScript outputs JS which binds a text input HTML element to a plugin. The plugin calls a method that returns Full-Text Index search results from the system's cprel_WebSiteSearch table. It then renders the results through jQueryUi's Autocomplete Widget. The plugin has several callback functions which are used to pass data to the web-services. The callback functions are configurable to work with specific result sets and produce various UIs.


See Full History of All Updates