Copilot in Power Pages Studio
Sarah wanted to create pages and forms using Copilot. She wanted to create a support ticket system for a new client.
An agile user story to develop a customer support system
As a customer support manager, I want to develop a customer support system so that customers can easily submit support tickets and we can efficiently manage and track these tickets.
Acceptance criteria
- Support ticket form creation:
- Given the need for a system to capture customer issues,
- When I create a support ticket form,
- Then the form should include fields such as customer name, issue description, and contact details.
- Data storage setup:
- Given the need to store submitted support tickets,
- When I configure the data storage,
- Then there should be a table or database to store the support ticket information
- Multi-step form:
- Given the need for detailed ticket information,
- When I create the support ticket form,
- Then it should be a multi-step form that collects all necessary...