Hi all,
I want to populate a collection when any of the events happen
EVENT 1) User click on button 'GO'. i.e search button on the IR
EVENT 2) User brings mouse focus on the searchbar textfield and press enter
EVENT 3) User presses a column link in the IR.
Currently, I created a dynamic action for the GO button click event and have a execute PLSQL action to populate a collection.
My question is if I were to repeat the action of other events as well. Is it possible to do it in the same dynamic action or do I have to create separate DA for each event and duplicate the action code everywhere.
Thanks