Case Manager option for searching only attachments
Valid from Pega Version 7.2
Case Manager search now has an option to search only case attachments. When you search attachments, a new column in the search results displays a paperclip icon with the number of attachments that match the search string. You can click the number to display a list of matching attachments for the selected case.
Configure Elasticsearch index nodes to ensure availability of index files
Valid from Pega Version 7.2
You can now configure Elasticsearch index host nodes in a Pega cluster outside of the Search landing page. This change ensures that search index files are always available by eliminating the need for manual configuration on the Search landing page. Use the new index.directory=<index_directory>
command-line setting during JVM startup to indicate that this node is an index host node and to specify the directory where the index files will be hosted.
In addition, offline Elasticsearch index nodes can now be removed by using a new prpcUtils command-line option. For more information, see Managing Elasticsearch index host nodes outside of the Search landing page.
IMAGE data type replaced by varbinary(max) in SQLServer
Valid from Pega Version Pega Platform
Because Microsoft is discontinuing support for the IMAGE data type, the Pega 7 Platform now supports the varbinary(max) data type, which will replace the IMAGE data type. All new columns in existing tables and all new tables will use the varbinary(max) data type instead of the IMAGE data type, and IMAGE columns will be automatically converted to varbinary(max).
New Schema Tools and Query Inspector landing pages for Pega Cloud
Valid from Pega Version 7.2
Two landing pages have been added for advanced database administration tasks for Pega Cloud customers who use a Pega-hosted instance. These landing pages minimize the operations that need to be performed outside of the Pega 7 Platform. They are available only for customers who use a Postgres database.
From the new Schema Tools landing page, you can view PegaRULES and PegaDATA database schemas, increase the size of a column, add a composite or function index, update database statistics for a table, and defragment a table.
From the new Query Inspector landing page, you can enter an SQL query and generate an explain plan.
To use these landing pages, you must have the new PegaRULES:DatabaseAdministrator role. You access the landing pages by clicking
or by clicking . The individual features that you can access are determined by the privileges that are assigned to you.For more information, see Schema Tools and Query Inspector landing pages for tuning and maintaining databases in the Pega Cloud.
WriteHistory parameter has been removed from Link-Objects method
Valid from Pega Version Pega Platform
The WriteHistory check box has been removed as a parameter to the Link-Objects method on the Activity form. Users who are upgrading from versions prior to Pega 7.2 do not have to take any action because history details rely on the "linked from" object and this option stored results in the "linked to" object.
To correctly capture a link event in the history of an object, call the History-Add method.
Custom properties can be passed to an Oracle database
Valid from Pega Version 7.2
You can pass a customizable set of property values to an Oracle database when a connection is established so that an SQL statement can be run. This feature provides the ability to implement object-level security for data access from a Pega 7 Platform application by defining Virtual Private Databases (VPDs) on class tables that reference the information passed. For example, you could pass in an operator's branch office into the context of every query run against the Oracle database to ensure that the operator has access only to data that is applicable to the operator's branch.
This feature is available only for Oracle databases and for a Data-Admin-DB-Name instance that is not PegaRULES or PegaDATA, and has the same connection metadata (JNDI, URL) as PegaData.
See Passing custom properties to an Oracle database.
The Declarative Network display is now cross-browser compatible
Valid from Pega Version 7.2
The Declarative Network display can now be displayed on all browsers.
BIX extracts can be scheduled and run from the Pega 7 Platform by using agents
Valid from Pega Version 7.2
You can create an agent that periodically invokes the new pxExtractDataWithArgs activity to run a BIX Extract rule. The activity takes the class and extract rule name, as well as an additional input string with a list of BIX command-line parameters, as input parameters to use for the run.
Discontinued support for list view and summary view rules
Valid from Pega Version 7.2
The list view rule and the summary view rule are deprecated, and support for these rules has been discontinued. Existing list view and summary view reports will continue to work on supported browsers. However, the last version of Internet Explorer that list view and summary view rules support is Internet Explorer 11.
You cannot create new list view or summary view reports. Instead, create list reports and summarized reports by using the report definition rule. To prevent display issues, re-create the custom list view and summary view reports that you need as report definition reports.
Chrome support for editing specification descriptions in Word
Valid from Pega Version 7.2
If you use Google Chrome 42 and later, you can now create, save, and update specification descriptions even if you are not using the Microsoft Silverlight NPAPI plug-in.
The new
option provides you with the functionality to upload a Word document that contains the specification description. In addition, you can use the option to export the description that you entered in the rich text editor to a Word document.