Renewal lead time in notification config system table

The Notification Config system table is one of the factors in calculating the renewal process lead time.

Note: If the policy has multiple lines of business, then default configuration uses the longest lead time determined across all lines of business on the policy.

The Policy Renewal plugin calls the getMaximumLeadTime method in the Notification plugin. This method returns the maximum lead time based on the values in the Notification Config table. There are two signatures for this method. The Policy Renewal plugin calls the method with the signature that takes the Category, not the ActionType. You can find this table by navigating to System Tables in Product Designer and opening notification_configs.xml.

See also