Is there any method to check if customer has subcu...
# suitescript
b
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
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.