Ofbiz apache how to apply Entity Condition

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

Ofbiz apache how to apply Entity Condition

Ranjith KR
Hello Everyone,

I hope all are doing well, need  some clarification about while going
through entity condition apply, the information need about how entity
condition can be apply in  drop-down option  (Ofbiz apache) help for the
same.


*Thanks & Regards,*

*Ranjith KR*
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz apache how to apply Entity Condition

Yashwant Dhakad-2
Hi Ranjith,
Here is the example of entity condition in the drop-down field:

<entity-options entity-name="StatusItem" description="${description}">
    <entity-constraint name="statusTypeId" operator="equals"
value="CONTACTLST_PARTY"/>
    <entity-order-by field-name="description"/>
</entity-options>

Thanks & Regards
--
Yashwant Dhakad


On Wed, Jul 17, 2019 at 12:08 PM Ranjith KR <[hidden email]> wrote:

> Hello Everyone,
>
> I hope all are doing well, need  some clarification about while going
> through entity condition apply, the information need about how entity
> condition can be apply in  drop-down option  (Ofbiz apache) help for the
> same.
>
>
> *Thanks & Regards,*
>
> *Ranjith KR*
>
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz apache how to apply Entity Condition

Aditya Sharma
Hi Ranjith,

I think you should also have a look at Form Widget Examples[1] page in
example component. Here you can find many more examples of your needs.
For all the example you can find the path and link to the source code.

1. https://demo-trunk.ofbiz.apache.org/example/control/FormWidgetExamples

HTH

Thanks and regards,
Aditya Sharma
Sr. Enterprise Software Engineer
*HotWax Systems*
*Enterprise open source experts*
office: 0731-409-3684
http://www.hotwaxsystems.com




On Wed, Jul 17, 2019 at 12:15 PM Yashwant Dhakad <
[hidden email]> wrote:

> Hi Ranjith,
> Here is the example of entity condition in the drop-down field:
>
> <entity-options entity-name="StatusItem" description="${description}">
>     <entity-constraint name="statusTypeId" operator="equals"
> value="CONTACTLST_PARTY"/>
>     <entity-order-by field-name="description"/>
> </entity-options>
>
> Thanks & Regards
> --
> Yashwant Dhakad
>
>
> On Wed, Jul 17, 2019 at 12:08 PM Ranjith KR <[hidden email]> wrote:
>
> > Hello Everyone,
> >
> > I hope all are doing well, need  some clarification about while going
> > through entity condition apply, the information need about how entity
> > condition can be apply in  drop-down option  (Ofbiz apache) help for the
> > same.
> >
> >
> > *Thanks & Regards,*
> >
> > *Ranjith KR*
> >
>