Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
I am mostly not sending ids and expecting system to generate it . Only in certain web services its being asked for. At this moment i am generating a pseudo random sequence consisting for some decorative prefix (based on entityname) and 10 random alphanumeric chars. this is being checked for

Re: perceived lack of exportable services

2018-03-20 Thread Taher Alkhateeb
I'm not sure, but you can surely look at the SequenceValueItem entity and the services around it. You need to get a bit more familiar with how sequence banks work. On Tue, Mar 20, 2018 at 6:30 PM, Rajesh Mallah wrote: > Hello List / Taher , > > Is there any service that

Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
Hello List / Taher , Is there any service that can get the next suitable ID to be used for creating Items of an particular entity type. eg; duplicateProductCategory ( /webtools/control/ServiceList?sel_service_name=duplicateProductCategory ) expects us to send a productCategoryId along with

Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
Yep it (performFind) sounds quite powerful , didn't knew this existed. -- thanks On Tue, Mar 20, 2018 at 3:15 PM, Taher Alkhateeb wrote: > Hi Rajesh. Your question is a bit too broad / general, but to take the > example of products related to a party, then a

Re: perceived lack of exportable services

2018-03-20 Thread Taher Alkhateeb
Hi Rajesh. Your question is a bit too broad / general, but to take the example of products related to a party, then a combination between a view entity and a "performFind" service would be probably sufficient for your needs. You can also find other search services that are generic in that sense.

perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
Hi , Although there is a huge collection of services that can be utilized for integrating OFBiz into other applications still some services seems to be missing. eg: a service to get Person/PartyGroup entity details using partyId , or to get list of Products related to a Party in ProductRole