Add a new PolicyCenter applicability criterion
About this task
Adding a new applicability criterion to the set of availability criteria available in the PolicyCenter base configuration is a multistep process.
Procedure
-
Create a new data entity type for your
applicability criterion.
Use the existing applicability criteria entity types as examples:
AppCritLineOfBusinessAppCritJurisdictionAppCritPolicyTransation
Use the same naming conventions as the existing examples.
-
Add the applicability criterion to the
UWRule entity type as an array of the entity type that
you created in the previous step.
Use an existing array definition as an example.
- Extend class UWRuleApplicabilityCriteriaPredicate and override the default behavior of the test method to add, modify, or remove filtering restrictions.
-
Create new
ITriggeringPointimplementation classes that use the Predicate class that you created in the previous step. -
Update PCF
UWRulePanelSetto include the new input sets in theApplicabilityCriteriapane.The PCF
ApplicabilityCriteriapane shows as the Applies To section of the business rule definition screen. -
(Optional) Update PCF
UWRulesso that the list view shows a column for the new applicability criterion. -
(Optional) Update Gosu class
UWRuleFilterCriteria and the associated
UWRuleFilterCriteriaDVPCF to improve the search filtering view on the Underwriting Rules screen.You access the search functionality of the
UWRuleFilterCriteriaDVPCF pane by clicking Show Filters on the Underwriting Rules screen.
