LibraryHelpdesk App — 2. Queue
PROsupport
Helpdesk App — 2. Queue
Screen 2 of 3 of the Helpdesk mini-app: the agent queue. Priority pills, status filtering and row selection that feeds the Detail screen via varTicket — all over the shared colTickets collection with a demo fallback.
AllOpenIn progress
Login fails on mobileHighOpen
Export to PDF is blankMediumIn progress
Add dark modeLowOpen
Mini-app · screen 2 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 2/3 — Queue — PowerBlocks (PRO mini-app)
# Agent queue over the shared colTickets (inline demo fallback). Selecting a
# row stores it in varTicket for the Detail screen. "Reset demo" (re)creates
# the collection — replace it and the demo Table with your source.
- TicketQueue:
Control: GroupContainer
Variant: ManualLayout
Properties:
X: =0
Y: =0
Width: =Parent.Width
Height: =Parent.Height
Fill: =RGBA(10, 10, 10, 1)
# … full component definition unlocked with PROThis is a partial preview. Unlock the full component →