Forum

Armin Winkler
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
3 months ago #63278
Up
1
Down
::

Hi Tilo,

 

for this purpose the RowActionItem widget offers an event called ‘press’ which gives you programmatic access to the original row in which the action was clicked on. The event is documented as follows in the OpenUI5 API Reference. You just need to subscribe to that event in a Process Designer story and then access the event parameter ‘row’ using JavaScript code.

 

Kind regards,

 

Armin