You are here:
Create Claim Product Rules
Rules on a claim product let you automate parts of creating a claim at runtime. For example, you can create rules that open claim coverages and set loss and expense reserves, or in some cases automatically pay and close the claim.
Before You Begin
-
Create a state model that you'll use for claims.
-
Create Vlocity Actions for claims.
-
Create Integration Procedures that the Actions will call to do things like open specific claim coverages and set reserves and create claim line items.
Claim product rules also change the state of a claim, using state transitions defined in a state model. For example, when a rule opens a coverage on a claim, it can change the state of the claim from Draft to Adjuster Review.
You specify Vlocity Actions in rules to open claim coverages, add payment details to an open coverage, and issue automated payments if business rules allow. The Vlocity Actions call Integration Procedures that handle these tasks. In turn, the Integration Procedures call InsClaimCoverageService:createUpdateCoverage to open the coverage and set reserves. In an auto-payment scenario, the Integration Procedures would additionally call the InsClaimItemService: add and InsClaimItemService: invokeInitiatePaymentIP services.
- Go to the Rules tab on your claim product and click Add Underwriting Rule.
- (Required) Enter a unique Name for the underwriting rule.
- (Required) In Applicable Type, choose InsuranceClaim__c.
- (Required) In Transition Name, choose the transition that you want to happen if this rule evaluates to true.
- (Optional) In Action, choose the Vlocity Action you want to be triggered if this rule evaluates to true.
- (Optional) Enter an Expression to be evaluated.
- (Optional) Enter a Message to display if this rule evaluates to true.
- Select Active to activate this rule.
- (Optional) Click the bubble icon next to the Active checkbox and enter internal notes about this rule.

