ExamGecko
Question list
Search
Search

Question 110 - Certified B2B Commerce Developer discussion

Report
Export

Which two behaviors does a target value of lightning__FlowScreen in metadata allow for a Lightning web component?

A.
It allows the Lightning web component to replace standard functionality in flows and subflows
Answers
A.
It allows the Lightning web component to replace standard functionality in flows and subflows
B.
It allows the Lightning Web component to be dragged onto a page in Lightning AppBuilder
Answers
B.
It allows the Lightning Web component to be dragged onto a page in Lightning AppBuilder
C.
It allows the Lightning web component to be used in guided user experiences to gather input
Answers
C.
It allows the Lightning web component to be used in guided user experiences to gather input
D.
It automatically generates configuration properties for the Lightning web component
Answers
D.
It automatically generates configuration properties for the Lightning web component
Suggested answer: C, D

Explanation:

A target value of lightning__FlowScreen in metadata allows for a Lightning web component to be used in guided user experiences to gather input and to automatically generate configuration properties for the Lightning web component. The lightning__FlowScreen target value specifies that the component can be used on a flow screen, which is a type of flow element that displays information and collects user input in a flow. A flow is a guided user experience that can automate business processes and guide users through screens, actions, and decisions. By using the lightning__FlowScreen target value, the developer can expose their Lightning web component as a custom screen component that can be added to any flow screen. The developer can also use the @api decorator to expose public properties of their Lightning web component as configuration properties that can be set in Flow Builder. Flow Builder is a tool that allows the developer to create and modify flows using a drag-and-drop interface. A target value of lightning__FlowScreen does not allow the Lightning web component to replace standard functionality in flows and subflows or to be dragged onto a page in Lightning App Builder, as these are not related to the flow screen target value. Salesforce

Reference:Lightning Web Components Developer Guide: Configure Components for Flows,Lightning Web Components Developer Guide: Communicate with Flow,Lightning Flow Developer Guide: Screen Components Basics

asked 23/09/2024
KRISHNA SUMAN
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first