You are here:
Insurance Articles Child Component
Show your Policyholder site users articles that they might find helpful and interesting with the Insurance Articles Child component. It's a child component that sits inside of the Insurance Articles container component.
-
FlexCard: insArticlesChild_nds
-
LWC: cfInsArticlesChild_nds
Here's what the Insurance Articles Child component looks like when it's rendered in the Policyholder site:
The parts of this component are:
-
Article image
-
Article title
-
Article description
FlexCard Structure
This FlexCard has two state elements:
-
Active: the state that displays when records exist
-
Open: the state that displays when no records exist
To learn more about how to work with FlexCard states, read FlexCard States .
This FlexCard contains field elements with output selected from available fields returned from the data source.
Data Sources Called by this Component
The Articles Child component uses Apex Remote calls (the
getNBARecommendations method for
EinsteinStrategyService) to find articles that may interest
your Policyholder Experience user.
To configure this component, you need to create an Einstein Strategy Service and name it getNBARecommendations.

