Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Getting the current Query or data set from an application

From: John Ballnik (2012-12-04 14:07)

Hi Gang,
I'm in a Bean class and I want to grab the current query within the application or the current record set brought back from the query.  I've tried multiple things like this.getMboSet() but that returns all the Work Orders.  I just need the subset returned by the query.  Does anyone know the code for this?
thanks,
John


From: Luca Truffarelli (2012-12-06 20:08)


Hi John,
if you are in a dialog you can use
ProperSetRemote objects = (ProperSetRemote)
this.app.getDataBean("DialogName").getMboSet();
On 04-12-2012 11:07 PM, John Ballnik wrote:
>
> Hi Gang,
>
> I'm in a Bean class and I want to grab the current query within the
> application or the current record set brought back from the query.
> I've tried multiple things like this.getMboSet() but that returns all
> the Work Orders. I just need the subset returned by the query. Does
> anyone know the code for this?
>
> thanks,
> John
>