Re: View-entity with WHERE clause

2009-09-22 Thread David E Jones
= 'SHIPPING_LOCATION'. --- I have idea how to create view entity without WHERE clause. But not sure how to add WHERE clause. I appreciate the help. Thanks in advance. Su- -- View this message in context: http://www.nabble.com/View-entity-with-WHERE-clause-tp25530883p25530883.h

Re: View-entity with WHERE clause

2009-09-22 Thread Yoke Power
Hi Su, Just to give a back ground, Entity and View Entity work in the same fashion at runtime/query execution; the only difference being, entity is used for single entity and view-entity is used for combining multiple entities; that being said, entity OR view-entity query has two parts namely 1)

Re: View-entity with WHERE clause

2009-09-22 Thread BJ Freeman
findby can be used in minilanq, and java, which includes the bsh \framework\entity\dtd\entitymodel.xsd has all the current capablities. since your using 4.0 you will have to see since I don't use it any more. Shuchi Mehta sent the following on 9/22/2009 1:48 PM: > Thank you. And apologize for bein

Re: View-entity with WHERE clause

2009-09-22 Thread Shuchi Mehta
Thank you. And apologize for being little impatient. I read the document, and what I understood is Finding (findByAnd) method is used in .bsh file. So, I just want to make sure that there is no way to specify "WHERE" clause while creating the . correct? Again, thanks for your help. Shuchi- B

Re: View-entity with WHERE clause

2009-09-22 Thread BJ Freeman
it is in the same document I gave a link to under Finding please read the whole document. Shuchi Mehta sent the following on 9/22/2009 1:32 PM: > Sorry I was not able to understand "find query" part. I got the "widget" > part. Where do we specify "find query"? > > Thank you for the help. > Su- >

Re: View-entity with WHERE clause

2009-09-22 Thread Shuchi Mehta
Sorry I was not able to understand "find query" part. I got the "widget" part. Where do we specify "find query"? Thank you for the help. Su- BJ Freeman wrote: http://ofbiz.apache.org/docs/entity.html#View_Entity_Modeling The where is in the find query. or conditionals in the widgets. su2 se

Re: View-entity with WHERE clause

2009-09-22 Thread BJ Freeman
http://ofbiz.apache.org/docs/entity.html#View_Entity_Modeling The where is in the find query. or conditionals in the widgets. su2 sent the following on 9/22/2009 12:52 PM: > Hello Friends, > > I would like to create a view entity for entity "orderheader" and > "orderContactMech". I want to have t

View-entity with WHERE clause

2009-09-22 Thread su2
= 'SHIPPING_LOCATION'. --- I have idea how to create view entity without WHERE clause. But not sure how to add WHERE clause. I appreciate the help. Thanks in advance. Su- -- View this message in context: http://www.nabble.com/View-entity-with-WHERE-clause-tp25530883p25530883.h