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
          Mobile Insurance Open Claims Child Component

          Mobile Insurance Open Claims Child Component

          Use the Mobile Insurance Open Claims Child component to show your Policyholder site users a snapshot of their open claims, and link them to additional information about the claims. It's a child component that sits inside of the Mobile Insurance Open Claims container component.

          This component is composed of a FlexCard and the LWC compiled from the FlexCard:

          • FlexCard: insAccountClaimsChildMobile_nds

          • LWC: cfInsAccountClaimsChildMobile_nds

          This component is designed for mobile. Looking for the Insurance Open Claims Child component designed for desktop? Read Open Claims Child Component.

          This component is styled with the Newport Design System.

          Here's what the Mobile Insurance Open Claims Child component looks like when it's rendered in the Policyholder site:

          Illustrates how the component renders in the UI.

          The parts of this component are:

          1. The Claim Name

            Users can click on the Name to go to the claim details record.

          2. The date the loss was reported

          3. An icon to denote the type of claim

          4. The claim amount

          5. The status of the claim

          What Your Users Can Do on this Component

          Mobile Policyholder Experience users can click the name of the claim to go to the claim details page.

          FlexCard Structure

          Illustrates the FlexCard structure.

          This FlexCard has two state elements:

          1. Active: the state that displays when records are available

          2. Open: the state that displays when there are no records available

          To learn more about how to work with FlexCard states, read FlexCard States .

          This FlexCard contains lots of elements, including:

          • Icon elements that have conditions to determine which icon is shown based on the type of claim

          • Text elements that display labels we typed in directly

          • Text elements that have conditions to hide if no data is returned from the data source

          • Actions elements that link the user to other pages in the Policyholder site

          • Field elements whose Output is selected from available fields returned from the data source.

          Data Source Called by this Component

          This component calls an Omnistudio Data Mapper named InsReadAccountPolicyClaims.

          This Data Mapper fetches information from recent claims associated with the user's account. Fields in the FlexCard reflect the information gathered by the Data Mapper.

          Important
          Important To display the amount of the claim, you need to update the Data Mapper mapping. Change the output for InsPolicyClaim:ApprovedAmount in the Data Mapper from TotalAmount to TotalPrice.

          Customize this Component

          To learn about how to customize this kind of component, see the Digital Experience Site Component Customization Overview

           
          Loading
          Salesforce Help | Article