You are here:
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.
- In Setup, find and select Flows.
- Click New Flow.
- Select Auto-Launched Flow (No Trigger).
-
Add a text variable to pass the policy ID into the flow.
- Add a resource of type Variable.
- Enter policyId as the API name.
- Select Text as the data type.
- Select Available for input.
- To retrieve the policy context by using the policyId, use the Get Insurance Policy invocable action.
-
Update the context.
- Use custom invocable actions to generate input nodes, if required.
- Use the Product Rating invocable action to update the context values.
-
Create a text variable to return the updated context ID.
- Add a resource of type Variable.
- Enter contextId as the API name.
- Select Text as the data type.
- Select Available for output.
- Pass the flow name as input to the renewInsurancePolicies invocation action by using the flowAPINameWithNamespace field. This applies to both quote and policy renewals.
- Save your changes, and activate the flow.

