Implementing custom validation in the Bulk Renewal feature
You can customize the validation in the bulk renewal feature for product templates, products, and plans to meet your business needs.
Pega Product Composer for Healthcare
Use the following extension rule activities to customize your validation.
- ValidateEntityForRenewal_EXT activity in the Rule-HC-PCS-Product class to implement custom validation for bulk renewal of products and product templates
- ValidateEntityForRenewal_EXT activity in the PegaPCS-Data-Plan to implement custom validation for bulk renewal of plans
Use the DisplayValidationResults_EXT section in @baseclass to modify the reason for failure message.
- In the header of Dev Studio, enter the activity or section name, for example, ValidateEntityForRenewal_EXT.
- In the results, select the activity in the correct class, for example, select the ValidateEntityForRenewal_EXT activity in the Rule-HC-PCS-Product class.
- On the activity page, modify the validation for the specified entity. For additional information, see Activities.
Previous topic Renewing multiple entity types at the same time Next topic Importing Pega Product Composer for Healthcare entities