Hi there,
i wonder if it is possible to pass parameters from javascript to a dynamic action and execute PL-/SQL Code with it.
I'm triggering the Dynamic Action via an onClick-Event from a link on the apex-page. I want to pass a individual parameter to a javascript function (onClick="doit(param)") and from there with:
$.event.trigger({ type:
'DAction'
, param:paramvalue
});
to the dynamic action. After this I want to grab the parameter and excecute PL-/SQL which modifies data.
Is there a known way to do so?
Best Regards
Kai