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

Pro component

Subscribe to access this component and the full library.

View plans

New support ticket

e.g. Login fails on mobile
High
Submit ticket

Mini-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 PRO

This is a partial preview. Unlock the full component →

More screens