Invoke option in Table Actions

Hi
I noticed that there is no option to invoke a procedure in table action anymore and a new option “type” is added in V7.
26%20PM

When I want to use my own code in create action event, I used to use invoke option here, now in V7, how can i use my own code for table actions?

Hi @mortozakhan!

You can read about the ‘type’ option here.
The ‘invoke’ option is not recommended, you should use the @Subscribe on Action.ActionPerformedEvent instead. The screen designer does not allow generating this code yet, use instead Event handling from controller.