PowerBlocks
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.

Pro component

Subscribe to access this component and the full library.

View plans
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 PRO

This is a partial preview. Unlock the full component →

More screens