| Feature | Summary |
| Module Properties > Resource Content Attributes | This feature has been extended to extract text from .htm and .html files. No configuration changes are required; the supported file list updates automatically. |
| Master > Scheduled Tasks > Archive Data | Added support for moving files from archived records to configurable destination directories and sending email notifications on errors. |
| Data Transfer > Source > SharePoint List (Graph API) | New data transfer source that allows importing data from SharePoint Online lists directly into Centralpoint. Users select a Microsoft authorization, enter their SharePoint site URL and list name, and the system automatically discovers available columns for field mapping. Supports paginated reading of large lists. |
| Module Designer > CpScripts > WordAddInDownload > Document Locking |
Changes Made: The WordAddInDownload CpScript now supports document locking, matching the functionality previously
available only in PolicyWordAddInDownload. When Lock Document is set to Yes in the Script Builder, downloading a
document will lock it to the current user. Other users will see a customizable locked message instead of the download
link. When the lock holder saves the document via the Word Add-In, the lock is automatically cleared (unless the
module property RemoteUpdateConflictPrevention is set to 1). Additionally, if the module property
PreventDownloadifLocked is set to 1, locked documents will return a 404 instead of showing the download link.
To use this feature, modules must have three attributes configured: IsLocked, LockedUser, and LockBy. XML examples are
provided in the Word Add-In helpfile. |
| Module Designer > CpScripts > WordAddInDownload > Document Locking |
Changes Made: The WordAddInDownload CpScript now supports document locking, matching the functionality previously
available only in PolicyWordAddInDownload. When Lock Document is set to Yes in the Script Builder, downloading a
document will lock it to the current user. Other users will see a customizable locked message instead of the download
link. When the lock holder saves the document via the Word Add-In, the lock is automatically cleared (unless the
module property RemoteUpdateConflictPrevention is set to 1). Additionally, if the module property
PreventDownloadifLocked is set to 1, locked documents will return a 404 instead of showing the download link.
To use this feature, modules must have three attributes configured: IsLocked, LockedUser, and LockBy. XML examples are
provided in the Word Add-In helpfile. |
| System Pages > Search > Search Order By Text > CreateDate Options | Two new text fields - Search Order By CreateDate ASC Text and Search Order By CreateDate DESC Text - allow admins to add CreateDate sorting options to the search results dropdown. Leave the fields empty to hide the options. When populated, the configured text appears for the selectable CreateDate options alongside the existing sort options. |
| Module Results Views: CpControl OrderBy | The OrderBy cp:control now supports sorting module results by CreateDate. To enable, add CreateDateAsc and/or CreateDateDesc to the options='' property. Label text can be customized via the CreateDateAscText and CreateDateDescText properties in the script builder. Both values are also available in the defaultOrder='' property. |
| Master > Admin > Scheduled Tasks > SFTP Source | New SFTP Source scheduled task for downloading files from remote SFTP servers
|