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 Product Clause Details
Output representation for insurance product clause.
- JSON example
-
1{ 2 "category": "Manual", 3 "clauseName": "Manual Clause 1", 4 "description": "This is a manually added clause.", 5 "effectiveDate": "2025-10-01T12:00:00.000Z", 6 "expirationDate": "2026-10-01T12:00:00.000Z", 7 "insuranceProductClauseId": "a4Lxx000000Cde1EAC", 8 "type": "Clause" 9}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| category | String | Category of the insurance clause, such as manual or auto-added. | Big, 65.0 | 65.0 |
| clauseName | String | Name of the insurance product clause. | Big, 65.0 | 65.0 |
| description | String | Description of the insurance product clause. | Big, 65.0 | 65.0 |
| effectiveDate | String | Date from which the product clause is valid. | Big, 65.0 | 65.0 |
| expirationDate | String | Date from when the product clause is no longer valid. | Big, 65.0 | 65.0 |
| insuranceProductClauseId | String | ID of the insurance product clause. | Big, 65.0 | 65.0 |
| type | String | Type of insurance product provision, such as clause or exclusion. | Big, 65.0 | 65.0 |