You are here:
Authorize Payment for Property Claims
Claim approvers, claim handlers, and claim adjusters are all assigned a maximum limit that they can authorize a claim payment for. If the claim amount is over the authorized limit for a particular role, the claim needs to be approved by a claim manager before it can be paid.
The claim recovery workflow runs using the claim coverage Integration Procedure. You can find this Integration Procedure in OmniStudio Integration Procedures under:
-
Type/Subtype: ins/ClaimCoverage
-
OmniScript Name: claim coverage
Here's a look at each component in the Integration Procedure:
Component Name |
Component Type |
What It Does |
What It Calls |
|---|---|---|---|
CalimCoveragePaymentDetails |
Loop Block |
It extracts details of the claim coverages. |
None |
setTypeList |
Set Values |
Sets values for the Expense list, Loss list, and Status Authority Approved list. |
None |
SetVariables |
Set Values |
Sets values for the variables ApprovalProcessComplete, AuthorityEvaluationType, uniqueClaimCoverageIds. |
None |
distinctCoverageList |
List Action |
None |
|
ApprovalProcessCompleteIP |
Integration Procedure |
Based on user information, it retrieves authority level and sets the limit of the amount that they user can approve. It then sends out the email to the approver. It also verifies the response by the approver and then updates the status of the claim item. |
None |
ApprovalProcessCompleteAction |
Remote Action |
Uses the createPayments to create a payment record for the item. |
None |
A guided OmniScript flow simplifies this approval process.
- Navigate to the Financials tab of the claim record.
- You can now create either a new loss item or a new expense item. For this example, we're creating a new loss item. Click New Loss Item.
- Select the coverages for the item.
-
Enter details for the coverage and click
Add.
The Adjusted Amount here is automatically calculated by the workflow.
- To individually pay an item, click Pay on the loss item.
- To pay multiple items at once, select them and choose Pay from the drop-down.
- Any amount that exceeds the user's authority is sent for approval and the status is changed to Pending Authority.
- The approver receives an email with a link to approve this claim item. They are navigated to a page that lets them approve, deny, or reassign the request.
- After approval the status changes to Authority Approved. Now click Pay.
- The status changes to paid.

