Loading
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 Policy Business Process

          Renew Policy Business Process

          When it's time to renew your policy, you get an email with a renewal link. Then all you have to do is enter some details for the renewal and it's all done. It's that simple! Carry on reading to find out details of this process.

          Renew Policy OmniScript

          The renew policy OmniScript is available in OmniScripts under:

          • Type - insFSC/RenewPolicy

          • Version Name - Renew Policy FSC

          You can launch this OmniScript from:

          If you’re a

          Launch OmniScript from

          Broker or Agent

          Broker Portal

          Customer who owns insurance policies

          Customer Portal

          Internal insurance agent

          Vlocity admin

          Vlocity Admin Lightning Experience

          How It Works

          Here's a look at the workflow to renew your policy:

          1. The OmniScript takes a policy Id and uses the InsPolicyService:getInsuredItems and InsPolicyService:getPolicyDetails services to retrieve data about the vehicles insured by this policy and the corresponding coverages for them.

          2. It calls an Omnistudio Data Mapper to transform the data from the service to get it ready to display.

          3. It then displays the vehicle and coverage details and lets the user modify coverages. If users modify coverages, the policy is repriced accordingly and the price is updated on the user interface.

            Illustrates the screen to modify vehicle coverages.
          4. The OmniScript uses this information to create a renewed policy.

          5. Next, a Data Mapper updates the old policy to show that it has been renewed.

          6. The OmniScript then uses a FlexCard to show information about the renewed policy.

            Illustrates the confirmation screen after the policy is renewed.

          What's In It

          Component Name

          Component Type

          What It Does

          What It Calls

          SetPolicyId

          Set Values

          Retrieves the effective date and policy ID of the policy.

          None

          GetInsuredItems

          Remote Action

          Calls the service to get a list of the insured items.

          InsPolicyService:getInsuredItems

          GetPolicyCoverages

          Remote Action

          Calls the service to get a list of the applicable coverages.

          InsPolicyService:getPolicyDetails

          setDisplayValues

          Data Mapper Extract Action

          Transforms the policy data for display.

          Fsc_ReadPolicyDetails

          SetRenewDate

          Set Values

          Retrieves the policy renewal date.

          None

          configure

          Step

          Lets users configure coverages for the renewed policy.

          None

          createUpdatePolicy

          Integration Procedure Action

          Calls an integration procedure that creates the renewed policy using the InsPolicyService: createPolicyVersion service.

          CreateRenewedPolicyVersion

          UpdateOldPolicy

          Data Mapper Post Action

          Updates the old policy record renewal information.

          Ins_PostOldPolicyVersion_FscOS

          confirmationScreen1

          Step

          Displays the details of the renewed policy.

          None

          How to Renew a Policy

          There are three ways customer services reps, policyholders and brokers can renew policies:

           
          Loading
          Salesforce Help | Article