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.
Insurance Underwriting Rule Result
Underwriting rule evaluation result.
- JSON example
- This example shows a sample response.
-
1{ 2 "ruleResult": [ 3 { 4 "evaluationFailureTaskGroup": "13oSG0000005odiYAA", 5 "evaluationSuccessTaskGroup": "13oSG0000005odhYAA", 6 "isSuccess": true, 7 "lineItemDetails": [ 8 { 9 "id": "0QLSG0000025JvK4AU", 10 "productId": "01tSG000008KnvAYAS", 11 "productInstanceIdentifier": "AutoSilver" 12 } 13 ], 14 "lineItemIds": [ 15 "0QLSG0000025JvK4AU" 16 ], 17 "ruleApiName": "AutoSilverRoot" 18 }, 19 { 20 "evaluationFailureTaskGroup": "13oSG0000005ofKYAQ", 21 "evaluationSuccessTaskGroup": "13oSG0000005ofJYAQ", 22 "isSuccess": false, 23 "lineItemDetails": [], 24 "lineItemIds": [], 25 "ruleApiName": "AutoYearGT2020" 26 } 27 ] 28}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| evaluationFailureTaskGroup | String | Identifier for the fulfillment task group (FulfillmentStepDefinitionGroup) that runs when the rule result fails. The group defines follow-up tasks for the related fulfillment plan. | Small, 67.0 | 67.0 |
| evaluationSuccessTaskGroup | String | Identifier for the fulfillment task group (FulfillmentStepDefinitionGroup) that runs when the rule evaluates successfully. The group defines follow-up tasks for the related fulfillment plan. | Small, 67.0 | 67.0 |
| isSuccess | Boolean | Indicates whether the underwriting rule evaluated successfully ( true) or not ( false). If isSucess is true, details of the line items on which the rule evaluated successfully are shown. | Small, 63.0 | 63.0 |
| lineItemDetails | Insurance Line Item Details [] | Details of the line items are shown when isSuccess is true. | Small, 67.0 | 67.0 |
| lineItemIds | String[] | IDs of the line items on which the rule executed successfully. Line items on
which the rule execution fails aren’t included in the response. Applicable when ruleEngineType is ConstraintEngine. |
Small, 67.0 | 67.0 |
| ruleApiName | String | API name of the dynamic rule. | Small, 63.0 | 63.0 |