LibraryHelpdesk App — 1. New Ticket
PROsupport
Helpdesk App — 1. New Ticket
Screen 1 of 3 of the Helpdesk mini-app: the ticket form. Subject, priority and description with required-field validation — Submit Collects into the shared colTickets as Open, so the ticket instantly appears on the Queue screen.
New support ticket
e.g. Login fails on mobile
High▾
Submit ticketMini-app · screen 1 of 3
MINI-APP SUITE
Helpdesk mini-app
The 3 screens share the colTickets collection (plus colTicketComments) — paste them all, wire the Navigate calls, and the app works end-to-end.
YAML source
Preview — full code with PRO# Helpdesk App 1/3 — New Ticket — PowerBlocks (PRO mini-app)
# FUNCTIONAL on paste: Submit adds the ticket (status Open) to the shared
# colTickets collection — it appears on the Queue screen instantly.
- TicketNew:
Control: GroupContainer
Variant: ManualLayout
Properties:
X: =0
Y: =0
Width: =Parent.Width
Height: =Parent.Height
Fill: =RGBA(10, 10, 10, 1)
Children:
# … full component definition unlocked with PROThis is a partial preview. Unlock the full component →