SVC-17A FlexCards 1 — Questions and Answers
Question 1: What is the primary purpose of FlexCards in Salesforce Vlocity?
- To display contextual actionable data summaries for Salesforce records (Correct answer)
- To build multi-step guided data entry processes
- To configure product pricing rules
- To manage data transformation logic
Correct answer: To display contextual actionable data summaries for Salesforce records
FlexCards display contextual, actionable data summaries for Salesforce records using a configurable card-based UI component.
Question 2: Which data source types can a FlexCard use to retrieve its data?
- DataRaptor, Apex Remote, and Integration Procedure (Correct answer)
- DataRaptor only
- Apex Remote only
- SOQL queries written directly in the designer
Correct answer: DataRaptor, Apex Remote, and Integration Procedure
FlexCards support multiple data sources including DataRaptors, Apex Remote methods, and Integration Procedures to populate their content.
Question 3: What is a 'Child Card' in FlexCards?
- A nested FlexCard embedded within a parent card to display related record data (Correct answer)
- A card rendered inside an OmniScript step
- A read-only version of the parent card
- A mobile-optimized card variant
Correct answer: A nested FlexCard embedded within a parent card to display related record data
A Child Card is a FlexCard embedded within a parent FlexCard to display hierarchically related data such as child Salesforce records.
Question 4: Which action type in FlexCards allows a user to launch an OmniScript?
- OmniScript Action (Correct answer)
- Navigation Action
- Apex Action
- Custom Event
Correct answer: OmniScript Action
The OmniScript Action in FlexCards launches a specified OmniScript, enabling users to start guided processes directly from a card.
Question 5: What is a 'State' in a FlexCard?
- A conditional configuration that changes card appearance based on data conditions (Correct answer)
- A Salesforce record's Status field value
- A US geographic state filter
- A version control snapshot of the card
Correct answer: A conditional configuration that changes card appearance based on data conditions
A FlexCard State is a conditional configuration that changes the card's layout or displayed content based on field values or conditions.
Question 6: How are FlexCards deployed and surfaced in the Salesforce UI?
- As Lightning Web Components placed on Lightning App Builder pages (Correct answer)
- As Visualforce pages embedded in classic layouts
- As Classic Sidebar components
- As Apex-rendered PDF pages
Correct answer: As Lightning Web Components placed on Lightning App Builder pages
FlexCards compile into Lightning Web Components and can be placed on Lightning App Builder record pages, home pages, or Experience Cloud sites.
What is the primary purpose of FlexCards in Salesforce Vlocity?