Gurus -
I have a custom WDJ application that has a standard MDM Search & Resultset views as part of its configuration (as Interface View).
What I want to do is capture the search criteria that the user selected for a given request. I then want to tweak that request with additional search criteria (again .. all done from within the application). I know the resultset has the capability to passing the Search object during a triggered event, but I am NOT using the Portal Resultset iView, so I cannot define an EPCF event.
I have read posts about using portal eventing (EPCF) to trigger a table event to pass the Search data object to an application (using [MDM Search] parameter, but this requires defining an event from the Portal ResultSet iView. In my case, I do not have a way to create that event on the embedded resultset view (or at least I don't think I can).
What I want is a way to obtain the Search object so I can search.deserialize() the current criteria that was created from the standard MDM Search view.
Is there a way to do this ?
Many Thanks !!
Chris