Screen and form widgets share the <actions in common. So you can use
performFind inside a <screen.
I guess you already found that by yourself since there is at last 1 example
OOTB: FindArInvoices screen.
Now if your question is only about "checking" the value of listIt as a result
of performFind, then there are many ways, it depends on your imagination.
You may use the <set action and groovy inside of it to print in the log, or
even use the <script action if you need something more sophisticated.
Though the easiet way is to show it on screen (web page) using <label in the
<widget section. Something like:
<label>result.listIt=========${result.listIt}</label>
There are other possiblities, but that's the easiest
HTH
Jacques
On Tuesday, January 28, 2014 10:21 AM, [email protected] wrote
> Hi again,
>
> that's a really quick one.
> How can I easily check for "listIt" value (the result of the performFind
> service) from within a screen?
> I am able to check its value from within my form. But I also need to do it
> from a screen if possible.
>
> Thanks guys,
>
>
>
> -----
> Jad El Omeiri