See also: Show context menu workflow module
Triggering event – Abstract
This is triggered when the user requests the context menu for the cell of a grid (triggered by the column). 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 entry (row) is passed as input data for the behavioural logic.
Together with the Client Workflow behavior or 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.