Organization Setup superseded by New Application Wizard
Valid from Pega Version 7.1.3
The Organization Setup Wizard has been retired in PRPC 7.1.3. This feature was previously launched from the Designer Studio > Org & Security > Organization > Organization Setup menu. Users are encouraged to run the New Application Wizard (also known as Application Express) instead:
This tool quickly generates an application along with all of the artifacts previously offered by the Organization Setup Wizard. This includes, but is not limited to, the class hierarchy, application rule, organization/division/unit rules, and all relevant data instances.
See the following PDN article for more details on the New Application Wizard:
Create new applications quickly and easily with Application Express
Case Management
Valid from Pega Version 7.1.3
This release had a focus on extending key capabilities to improve the ease of configuration based on early adopter feedback. Improvements were made in run-time performance, especially in high volume situations with complex case configurations. A series of cosmetic changes and fixes are included.
- The Wait shape now supports dynamic references.
- Issues were addressed with the CreatePDF and the CascadingApproval Smartshapes.
- Attachments have been improved.
- Issues with the Create Case Type functionality were addressed.
- The Pega Pulse functionality has been improved, including its performance.
- When auditing a work item, History is now the default tab.
DCO
Valid from Pega Version 7.1.3
In this release, specification support in Case Designer was improved. Also, improvements and fixes were made to the New Application Wizard.
- Changes were made to support a split schema environment
- Shared and Component RuleSets can be copied.
- Can edit in Word from either Grids or Lists.
- More than 50 case types are now supported for an application.
Updated Word merge support with Microsoft Silverlight plug-in
Valid from Pega Version 7.1.3
Starting in this release, Pega 7 features that integrate with the Word merge capability are now cross-browser. ActiveX controls (which are only compatible with Internet Explorer) have been replaced with Microsoft Silverlight. This plug-in must be downloaded separately from Microsoft because it is not shipped with Pega 7.
Common features that are affected by this change include the Specification form and Case Type landing page.
Prior to using these features, see the release note Word merge support with Microsoft Silverlight plug-in for more information about setting up their client systems.
Set the status of a case on stage entry
Valid from Pega Version 8.1
You can now set the status of a case when it enters a stage. By setting the status of a case on stage entry, you can communicate to stakeholders how close a stage is to resolution. For example, if a case is in the approval stage, you can set the status of the case to "Under review" when the case enters the stage.
For more information, see:
- App Studio – Changing the status of a case
- Dev Studio – Changing the status of a case
Resolve child cases with the parent case
Valid from Pega Version 8.1
You can now configure a stage to resolve open child cases when the parent case is resolved. Resolving child cases on the resolution of the parent case ensures that no child cases are left open when the parent case reaches the end of its life cycle.
For more information, see:
- App Studio – Configuring case resolution
- Dev Studio – Configuring case resolution
Conditionally skip a stage
Valid from Pega Version 8.1
You can now define a condition in App Studio and build an expression in Dev Studio that causes a case to skip a stage. The system evaluates the condition or expression at run time and skips the stage if a true value is returned. By skipping the current stage when it is not relevant, you can resolve a case more quickly by moving the case to the next stage in the sequence.
For more information, see:
- App Studio – Requiring conditions for stage entry
- Dev Studio – Requiring conditions for stage entry
Conditionally start a process
Valid from Pega Version 8.1
You can now define a condition that causes a case to start a process in a stage. When the condition evaluates to false, the case skips the process. You can resolve cases more quickly by moving a case to the next process in the sequence when the current process is not relevant.
For more information, see:
- App Studio – Conditionally starting a process by using a condition
- Dev Studio – Conditionally starting a process by using a when condition
Conditionally display an optional task
Valid from Pega Version 8.1
You can now define a condition that decides whether an optional task for a case type or a stage is displayed at run time. Optional tasks require additional processing, and by excluding the tasks that are not relevant, you can resolve cases more quickly.
For more information, see:
- App Studio – Conditionally displaying an optional task
- Dev Studio – Conditionally displaying an optional task
Conditionally display a supporting process
Valid from Pega Version 8.1
You can now define a condition that causes a case to display a supporting process for the case type or for a stage in the case type. When the condition evaluates to false, the case does not list the process. Supporting processes require additional processing, and by skipping the processes that are not relevant, you can help users resolve cases more quickly.
For more information, see:
- App Studio – Conditionally displaying a supporting process
- Dev Studio – Conditionally displaying a supporting process