AI-201 · Question #17
Universal Containers wants to implement a solution in Salesforce with a custom UX that allows users to enter a sales order number. Subsequently, the system will invoke a custom prompt template to crea
The correct answer is C. Create a screen flow to collect the sales order number and invoke the prompt template using the. A Screen Flow is the correct choice because the requirement explicitly calls for a custom UX where users can enter a sales order number - screen flows provide interactive, user-facing screens for data entry. Once the user submits the number, the flow can invoke the prompt templat
Question
Universal Containers wants to implement a solution in Salesforce with a custom UX that allows users to enter a sales order number. Subsequently, the system will invoke a custom prompt template to create and display a summary of the sales order header and sales order details. Which solution should an Agentforce Specialist implement to meet this requirement?
Options
- ACreate an autolaunched flow and invoke the prompt template using the standard "Prompt
- BCreate a template-triggered prompt flow and invoke the prompt template using the standard
- CCreate a screen flow to collect the sales order number and invoke the prompt template using the
How the community answered
(50 responses)- A8% (4)
- B12% (6)
- C80% (40)
Explanation
A Screen Flow is the correct choice because the requirement explicitly calls for a custom UX where users can enter a sales order number - screen flows provide interactive, user-facing screens for data entry. Once the user submits the number, the flow can invoke the prompt template and display the AI-generated summary back to the user on the same screen. An autolaunched flow (Option A) runs in the background with no user interface, making it unsuitable for user input collection. A template-triggered prompt flow (Option B) is triggered by changes to records, not by user-driven input, so it doesn't fit the custom UX requirement.
Topics
Community Discussion
No community discussion yet for this question.