Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Policy Limit Tracking Details
Output representation for the insurance policy limit tracking details.
- JSON example
-
1"insPolicyLimitTrackings": [ 2 { 3 "policyLimitId": "0plxx0000000ABCDEF", 4 "category": "Deductible", 5 "scope": "PerMember", 6 "postedAmount": 750.00, 7 "postedValue": null, 8 "calcInitialAmount": 500.00, 9 "calcInitialValue": null, 10 "remainingAmount": 750.00, 11 "remainingValue": null, 12 "totalUsedAmount": 1250.00, 13 "totalUsedValue": null 14 } 15]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| benefitName | String | Name of the benefit that's associated with the policy limit tracking. | Big, 65.0 | 65.0 |
| calcInitialAmount | Double | Calculated amount that's used as the base value for tracking the policy attribute consumption. | Big, 65.0 | 65.0 |
| calcInitialValue | Integer | Count that's used as the base for tracking the policy attribute consumption. | Big, 65.0 | 65.0 |
| category | String | Category of the associated attribute. | Big, 65.0 | 65.0 |
| policyLimitId | String | ID of the insurance policy limit record. | Big, 65.0 | 65.0 |
| postedAmount | Double | Amount that's requested by the claimant when submitting the loss. | Big, 65.0 | 65.0 |
| postedValue | Integer | Count that's populated when submitting the loss. | Big, 65.0 | 65.0 |
| remainingAmount | Double | Remaining amount to carry forward for the next loss processing. | Big, 65.0 | 65.0 |
| remainingValue | Integer | Remaining value to carry forward for the next loss processing. | Big, 65.0 | 65.0 |
| scope | String | Scope for tracking the associated attribute. | Big, 65.0 | 65.0 |
| totalUsedAmount | Double | Total amount that's used till date. | Big, 65.0 | 65.0 |
| totalUsedValue | Integer | Total value that's used till date. | Big, 65.0 | 65.0 |