Reviewing and running activities for the deprecated SubReasonCode rule
In Pega Sales Automation for Financial Services 8.6, the SubReasonCode property rule is now deprecated. Instead, the LossReason and SuspendedReason properties are available in the PegaCRM-Work-SFA-Opportunity class. These properties use field values instead of data tables for list values.
Pega CRM for Financial Services
8.6 Feature Adoption for Pega Cloud
To align with the functionality changes, perform the
following steps:
- Log in to your application as an administrator.
- In the navigation pane of Dev Studio, click .
- Search for and open the EnableReasonCodesHZ dynamic system setting.
- Set this dynamic system setting to true.
- In the navigation pane of Dev Studio, click .
- Search for and open the CreateFieldForUpdatingReasonCodes
activity.This activity creates field value rules for values in the pr_PegaSAFS_Data_ReasonCode table.
- Review the activity, and then click .
- Search for and open the
MigrationActivityForUpdatingReasonCodes activity.This activity opens closed opportunities in the implementation layer and re-saves these opportunities back after mapping them to the newly introduced property.
- Review the activity, and then click .
Previous topic Checking your Pega Sales Automation access roles for the required privileges Next topic Adopting the opportunity splits feature