Skip to main content
Question

Resource Scheduler (Windows GUI) – how to add a second per-appointment action besides double-click?

  • June 3, 2026
  • 2 replies
  • 45 views

nick_de_ruiter
Rookie
Forum|alt.badge.img

I have a Resource Scheduler in the Windows GUI. Double-clicking an appointment already runs a table task that edits the block (change workshift type and/or time), which works well.

I now want a second, separate action on an individual appointment: opening a document that shows the appointment configuration specific to that appointment (keyed on task_id).

What I've found so far:

  • Right-click / context menu doesn't seem to surface table tasks on appointment blocks. (This would be the preferred option)
  • The scheduler only supports a fixed set of trigger actions (refresh after execute, double-click appointment, resize, drop, delete, double-click time cell, drop external row), and double-click is already in use for the edit.

My current plan is to repoint the double-click at a process flow that starts with a chooser step and branches to either the edit task or an "open appointment configuration" task, both receiving the auto-filled task_id. The downside is that editing then takes an extra click.

Questions:
1. Is there any native way to add a second per-appointment action (e.g. a context menu) to the Windows GUI Resource Scheduler that I'm missing?
2. Is the process-flow-with-chooser the recommended pattern here, or is there a cleaner approach?

2 replies

Remco Kort
Administrator
Forum|alt.badge.img+2
  • Administrator
  • June 3, 2026

Using a process flow that offers the user a choice on which action to execute is the only way to achieve this when double clicking on an activity.

Maybe another viable option: a single click on an activity will change the focus to that activity. So you could also choose to show a task bar in the screen.

A user would then single click on an activity first, then choose from the taskbar which task they want to execute by clicking on a specific task.


nick_de_ruiter
Rookie
Forum|alt.badge.img

Hi ​@Remco Kort,

Thank you for your answer. 

One thing I want to confirm: I'm on the Windows GUI (using the Resource Scheduler object model extender), not the Universal GUI. Does the single-click-sets-focus behaviour, and a task bar that acts on the focused activity, actually work there?