You are here:
Mobile Insurance Policy List Child Component
Display a list of insurance policies your mobile Policyholder site users have with the Mobile Insurance Policy List Child component. It's a child component that sits inside of the Mobile Insurance Policy List component container and displays information about policies the user has.
-
FlexCard: insPolicyListChildMobile_nds
-
LWC: cfIinsPolicyListChildMobile_nds
This component is designed for mobile. Looking for the Insurance Policy List Child component designed for desktop? Read Insurance Policy List Child Component.
Here's what the Mobile Insurance Policy List component looks like when it's rendered in the Policyholder site:
Here's what the Mobile Insurance Policy List Child Component Looks like when it's rendered in the Policyholder site:
-
Policy name link
A user can click this link to go to the Details page for this policy.
-
Policy status
-
Policy number
-
Total premium amount
-
Policy term
The effective date - expiration date of the policy
-
Policyholder name
-
An action that launches the Insurance Policy List Flyout Component.
What Your Users Can Do on this Component
-
Click the name of the policy to go to the policy details page
-
Click the View Details link to see details about the premium and surcharges for this policy
FlexCard Structure
This FlexCard has two state elements:
-
Active: the state that displays when records are available
-
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:
-
Text elements that display labels we typed in
-
Text elements that have conditions set to hide and show the element in the FlexCard based on information from the data source
-
Text elements that hold links to other pages in the Policyholder site
-
Field elements with output selected from available fields returned from the data source
-
Action element that calls the child card insPolicyListFlyout
You can add, remove, and change any of these elements based on what you want your users to see. To learn how see Add Elements to a FlexCard. Other good topics to read to learn about how this FlexCard works include FlexCards Display Elements Reference, FlexCards Menu Properties, and FlexCards Action Properties.
Many of the elements of this card contain Custom CSS styles. You can make changes to these styles to create a different look and feel. To learn how to work with Custom CSS in FlexCards, see Apply Custom CSS to a FlexCard Element .

