You are here:
Cancel Policy Business Process
The policy cancelation business process lets brokers and policyholders cancel an in-force policy. The policyholder receives a refund for the unutilized premium on the policy, which is calculated based on the policy effective date and the effective date of the cancelation transaction.
Cancel Policy OmniScript
You can launch this OmniScript from the following applications, where it can be accessed by the types of users described:
-
Broker Portal (Newport)
Brokers and agents
-
Customer Portal (Newport)
End customers who own insurance policies
-
Interaction Console (Lightning)
Internal insurance agents and call center reps
-
Vlocity Admin Lighting Experience (Newport)
-
Internal insurance agents
-
Vlocity admins
-
These OmniScripts now write to the native Financial Services Cloud Insurance Policy object instead of the Asset object.
The OmniScript takes a policy Id and uses the InsPolicyService:getPolicyDetails service to retrieve data about the policy to be canceled. The OmniSript displays information about the policy and asks for a cancellation date.
The OmniScript calls the InsPolicyService:prepareToCancelPolicy service, which calculates the refund owed to the customer upon cancellation. It displays information about the cancellation and provides a button the user can click to cancel the policy.
After the user clicks the button, the OmniScript calls the InsPolicyService:cancelPolicy service. The policy is canceled.
Cancel Policy from Policies UI
To cancel any policy from the Policies UI, first go to the Policies list page and click the policy you want to cancel.
Click Cancel Policy.
Enter the date when you want the policy to be canceled, then click Calculate and Display Refund.
After you click Approve and Proceed, you can navigate back to the policy page, which now has the new policy end date you specified.

