正解:A,C
To allow users access to Flows, Salesforce offers multiple integration points:
A . Quick Action: Flows can be initiated from record pages, the app utility bar, or global actions using Quick Actions. This allows users to execute flows relevant to specific records or global processes.
C . Flow Launcher: A component available in Lightning App Builder that enables users to start flows directly from a Lightning page.
Steps to set up these features:
For Quick Actions, navigate to Setup → Object Manager → select object → Buttons, Links, and Actions → New Action → Action Type (Flow).
For Flow Launcher, navigate to Lightning App Builder → select the page → drag the Flow component to the desired section of the page → configure it to launch the specific flow.
For more information on integrating Flows, check the Salesforce documentation on Flow Distribution.