Loading
Feature Disruption - Service Cloud VoiceRead More
Feature degradation | Gmail Email delivery failureRead More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Troubleshoot Policy Renewal Failures

          Troubleshoot Policy Renewal Failures

          If some policy renewals fail because of errors, you can retry those policies by using a batch job or a custom action.

          1. Identify the failure.
            Check for common error messages in failed policies.
            • Something went wrong while pricing the transaction. : java.lang.NullPointerException: Cannot invoke "Object.equals(Object)" because "newMode" is null
            • industries.insurance.foundation.impl.exception.InsFoundationException: SF-0007-0001
          2. Retry the failed policies.
            • Create an additional batch job that retrieves policies with a Failure status from the InsuranceAsyncBulkRecordDetail entity for a specific request, by using the jobIdentifier. This batch job then calls the renewInsurancePolicies invocation action.
            • Create a custom action that retrieves records with a Failure status from InsuranceAsyncBulkRecordDetail based on the jobIdentifier, and then invokes the renewInsurancePolicies action.
          3. Reach out to your Salesforce rep for assistance if failures are because of limit breaches (for example, PricingApiCallRateLimit, ConfigApiCallRateLimit, BreDmMaxInvocationsPerHour).
           
          Loading
          Salesforce Help | Article