|
This post was updated on .
Hi all,
I'm using performFind services of ofbiz to search something, but I want to use this search result to search by that services one or more time again.
Ex: I had 4 party A, B, C, D. Relationship: A is parent of B, B is parent of C and C is parent of D. This relationship was define in PartyRelationship. And now, I have Id of A and I want to get Id of D. I can use performFind service to get Id of B from Id of A, but I don't know how to use result of that searching (in here is Id of B) to search C and further is search D after that.
What is solution for this problem ?
|