Item: Context menu requested

Prev Next

See also: Show context menu workflow module

Triggering event – Abstract

This is triggered as soon as the user requests the context menu for an item (e.g. grid row, tree item). Usually this happens with a right click or via the context menu key on the keyboard. On mobile devices this is often achieved via a long tap.

The entire item is passed as input data for the behavioral logic.

Together with the Client Workflow behavior or also with the help of the Dispatch custom action event (Form designer) behavior, an appropriate menu can then be displayed with the Show context menu action. Of course, it is also possible to react to the trigger in another way.