Hi Renuka , Thanks for Response , My Steps are as follows
(1) load seed,seed-initial,demo (2) login to Ofbiz , using web ui and create a PartyGroup via Application > Party > New Party Group (3) execute findPartiesById using RPC eg: https://cwiki.apache.org/confluence/display/OFBIZ/Using+XMLRPC+as+an+alternative+to+SOAP ( I use perl or the same https://pastebin.com/raw/UwLNq5AT ). (4) With new company ID the service findPartiesById does not return any data , whereas for old data like 'Company' it does return.. the problem seems to be with XMLRPC method only , as executing the service via Framework Web Tools > Run Service works fine for all PartyId. regds mallah. On Sat, Aug 26, 2017 at 12:42 PM, Renuka Srishti <[email protected] > wrote: > Hello Rajesh, > > Can you mention the steps you followed? As I have tried and its working > fine. > > Yes, here I can see one improvement that after creating any party, we > redirect to view profile and UI of this screen need some improvement. The > message was shown there is not correct. > > Thanks > Renuka Srishti > > On Sat, Aug 26, 2017 at 12:19 PM, Rajesh Mallah <[email protected]> > wrote: > > > Hi > > > > We have an instance using the stock demo,seed,seed-initial data. > > All the PartyGroups imported via demo are searchable using > > web service method findPartiesById . > > > > However when we create a Party Group by the UI and search > > using same process the result is nil. > > > > the RPCXML conversation is here: > > > > https://pastebin.com/1LB9BCFd > > > > am i missing anything ? > > > > > > regds > > mallah. > > >
