• Decrease Text SizeIncrease Text Size

Centralpoint Update 8.6.28


Date of Update: Monday, November 21, 2016  
Feature Summary
RestoreVersion CpScript A new RedirectUrl parameter has been added. When this parameter contains a value the page will be redirected to this URL after restoring a version. If the URL starts with '/cpsys_Audience/' this will be replaced with the current audience system name. When no value is provided the current page is reloaded after restoring a version.
FormTaxonomy CpScript A new ForceParent parameter has been added. When set to true, this property will include both the Root Value and the selected Taxonomies in the form control's value for submission.
FormRadioButtonList CpScript A new ForceParent parameter has been added which only works when SystemType='TaxonomyTier' and SelectionMode='Single'. When set to true, this property will include both the Parent Taxonomy and the selected Taxonomy in the form control's value for submission.
Forms > Forms When Processing > Auto Save is enabled the Auto Save Field Map attribute now supports new useReview and versionId attributes in the root navigation element. These attributes accept jQuery selectors that can be wired up to automatically save document versions as opposed to current documents.
Design > DataSources When a data source Select Command pulls from the cprel_FormsResults table and includes the FormContents field Column CpScripts in that data source's Item Content can now retrieve form contents fields as if they were attributes by formatting the column name like: cpsys_FormContents:AttributeName. This is a more efficient way to display form content attributes than XQueries.
FormDataListBox & FormPagedListBox CpScripts The WhereClause parameter has been updated to support a new constant: cpsys_Constant:UserInfo:UserId. It will be replaced with the current user's UserId in the where clause.


See Full History of All Updates