Loading
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
          Renew Policies with Changes

          Renew Policies with Changes

          Use an auto-launched flow to make changes to the policy before renewal. For bulk quote renewals, this flow is also recommended for updating additional fields, because copying additional fields by using fieldsets isn't supported.

          1. In Setup, find and select Flows.
          2. Click New Flow.
          3. Select Auto-Launched Flow (No Trigger).
          4. Add a text variable to pass the policy ID into the flow.
            1. Add a resource of type Variable.
            2. Enter policyId as the API name.
            3. Select Text as the data type.
            4. Select Available for input.
          5. To retrieve the policy context by using the policyId, use the Get Insurance Policy invocable action.
          6. Update the context.
            • Use custom invocable actions to generate input nodes, if required.
          7. Create a text variable to return the updated context ID.
            1. Add a resource of type Variable.
            2. Enter contextId as the API name.
            3. Select Text as the data type.
            4. Select Available for output.
          8. Pass the flow name as input to the renewInsurancePolicies invocation action by using the flowAPINameWithNamespace field. This applies to both quote and policy renewals.
          9. Save your changes, and activate the flow.
           
          Loading
          Salesforce Help | Article