form find question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

form find question

snowch
I have a find form that looks up and returns one partyId:  

<field name="riskOwnerPartyId" position="1" title="${uiLabelMap.Owner}"
widget-style="inputBox">
   <lookup target-form-name="LookupPerson" size="20" maxlength="20"/>
</field>

Is it possible to return a list of multiple partyId's from the lookup?

Many thanks,

Chris
Reply | Threaded
Open this post in threaded view
|

Re: form find question

jonwimp
Do you mean: Look up multiple partyIds based on some search criteria, and pop those partyIds into
a single field?

Jonathon

Christopher Snow wrote:

> I have a find form that looks up and returns one partyId:  
>
> <field name="riskOwnerPartyId" position="1" title="${uiLabelMap.Owner}"
> widget-style="inputBox">
>    <lookup target-form-name="LookupPerson" size="20" maxlength="20"/>
> </field>
>
> Is it possible to return a list of multiple partyId's from the lookup?
>
> Many thanks,
>
> Chris
>
>

Reply | Threaded
Open this post in threaded view
|

Re: form find question

snowch
The users want to be able to select multiple riskowners in the find  
form and see the risks for those owners in the list form.

Cheers,

Chris


On 7 Feb 2007, at 00:02, Jonathon -- Improov wrote:

> Do you mean: Look up multiple partyIds based on some search  
> criteria, and pop those partyIds into a single field?
>
> Jonathon
>
> Christopher Snow wrote:
>> I have a find form that looks up and returns one partyId:  <field  
>> name="riskOwnerPartyId" position="1" title="${uiLabelMap.Owner}"
>> widget-style="inputBox">    <lookup target-form-
>> name="LookupPerson" size="20" maxlength="20"/>
>> </field>
>> Is it possible to return a list of multiple partyId's from the  
>> lookup?
>> Many thanks,
>> Chris
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply | Threaded
Open this post in threaded view
|

Re: form find question

jonwimp
You can use the generic performFind service.

Jonathon

Christopher Snow wrote:

> The users want to be able to select multiple riskowners in the find form
> and see the risks for those owners in the list form.
>
> Cheers,
>
> Chris
>
>
> On 7 Feb 2007, at 00:02, Jonathon -- Improov wrote:
>
>> Do you mean: Look up multiple partyIds based on some search criteria,
>> and pop those partyIds into a single field?
>>
>> Jonathon
>>
>> Christopher Snow wrote:
>>> I have a find form that looks up and returns one partyId:  <field
>>> name="riskOwnerPartyId" position="1" title="${uiLabelMap.Owner}"
>>> widget-style="inputBox">    <lookup target-form-name="LookupPerson"
>>> size="20" maxlength="20"/>
>>> </field>
>>> Is it possible to return a list of multiple partyId's from the lookup?
>>> Many thanks,
>>> Chris
>>
>>
>> --This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>
>
> --This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> --No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.432 / Virus Database: 268.17.29/673 - Release Date:
> 2/6/2007 5:52 PM
>
>

Reply | Threaded
Open this post in threaded view
|

Re: form find question

snowch
What I currently have just allows selecting ONE risk owner which I use
performFind to match.  How do I allow the user to select an arbitrary
number of risk owners for passing to the performFind service?

<field name="riskOwnerPartyId" position="1" title="${uiLabelMap.Owner}"
widget-style="inputBox">
   <lookup target-form-name="LookupPerson" size="20" maxlength="20"/>
</field>

On Wed, 2007-02-07 at 15:16 +0800, Jonathon -- Improov wrote:

> You can use the generic performFind service.
>
> Jonathon
>
> Christopher Snow wrote:
> > The users want to be able to select multiple riskowners in the find form
> > and see the risks for those owners in the list form.
> >
> > Cheers,
> >
> > Chris
> >
> >
> > On 7 Feb 2007, at 00:02, Jonathon -- Improov wrote:
> >
> >> Do you mean: Look up multiple partyIds based on some search criteria,
> >> and pop those partyIds into a single field?
> >>
> >> Jonathon
> >>
> >> Christopher Snow wrote:
> >>> I have a find form that looks up and returns one partyId:  <field
> >>> name="riskOwnerPartyId" position="1" title="${uiLabelMap.Owner}"
> >>> widget-style="inputBox">    <lookup target-form-name="LookupPerson"
> >>> size="20" maxlength="20"/>
> >>> </field>
> >>> Is it possible to return a list of multiple partyId's from the lookup?
> >>> Many thanks,
> >>> Chris
> >>
> >>
> >> --This message has been scanned for viruses and
> >> dangerous content by MailScanner, and is
> >> believed to be clean.
> >>
> >
> >
> > --This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
> >
> > --No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.5.432 / Virus Database: 268.17.29/673 - Release Date:
> > 2/6/2007 5:52 PM
> >
> >
>
>