Is there any method to check if customer has subcustomers or not please?
When I lookup for parent, if parent then it returns itself
But I want to make sure if that doesn't have child customers
r
raghav
04/26/2023, 12:04 PM
You can do a nested query until you find all the child.
Or a search in a loop until your customer has no further child.