Here are the details that
From the ProductScreens.xml
<entity-condition entity-name="PartyRole" list-name="organizations"
use-cache="true">
<condition-expr field-name="roleTypeId"
operator="equals" value="INTERNAL_ORGANIZATIO"/>
</entity-condition>
This screen include the form below
From the form
<field name="organizationPartyId" title="${uiLabelMap.ProductOrganization}
:">
<drop-down allow-empty="false">
<list-options key-name="partyId" list-name="organizations"
description="[${partyId}]" list-entry-name=""/>
</drop-down>
</field>
Here from above code i wanted that in the " description="[${partyId}]" "
it should be some thing like " description="${groupName}[${partyId}]"
" where group name belongs to PartyNameView
table
ie i wanted to know the way how we can display the value's of two different
entities in a single
drop-down
On 6/8/07, Jacopo Cappellato <
[hidden email]> wrote:
>
> Amit,
>
> could you please provide more details?
>
> Jacopo
>
> Amit Patidar wrote:
> > I am facing a problem that i have to show in a single drop-down
> > value's of
> > two different entities in form widget
> > can anyone suggest me solution
> >
>
>