You are here:
Insurance Policy Dynamic Attributes
Explore how dynamic attributes store values and how you query them with supported filters.
Use the virtual entities InsurancePolicyAttribute, InsPolicyCoverageAttribute, InsPolicyParticipantAttr, and InsPolicyAssetAttribute to store attribute data for insurance policies, coverages, participants, and assets. Policy creation automatically generates attribute records when you use a Digital Insurance license.
Considerations and Limitations
Keep these considerations in mind when querying these dynamic attributes.
- Use InsurancePolicyId, PolicyCoverageId, PolicyParticipantId, or PolicyAssetId to filter results.
- Use the supported operators =, !=, or LIKE.
- Avoid filtering records based on CreatedDate or LastModifiedDate, because those queries don’t return results.
Example Queries
Supported
SELECT Id, AttributeValue FROM InsurancePolicyAttribute WHERE
InsurancePolicyId = 'a1B5f00000XYZ123'Unsupported
SELECT Id FROM InsPolicyCoverageAttribute WHERE
LastModifiedDate = TODAY 
