Loading
Feature degradation | Gmail Email delivery failureRead More
Insurance
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Insurance Policy Dynamic Attributes

          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

          Example
          Example

          Supported

          SELECT Id, AttributeValue FROM InsurancePolicyAttribute WHERE InsurancePolicyId = 'a1B5f00000XYZ123'
          Example
          Example

          Unsupported

          SELECT Id FROM InsPolicyCoverageAttribute WHERE LastModifiedDate = TODAY
           
          Loading
          Salesforce Help | Article