Hi all, maybe anyone has already faced this issue before. Is it possible to load all sub-customer hierarchy (need only customer internal ID) in one search?
c
Charles.Bastian
04/22/2020, 3:22 PM
As long as there are not too many. Try getting everything with the top level parent equal to the main parent record.
d
Dmitry Masanov
04/22/2020, 3:29 PM
Ok, that makes sense, thank you. And how to filter out customers if my node is not a top level after that?
c
Charles.Bastian
04/22/2020, 3:35 PM
I've done that via scripting, but never via a saved search. Via scripting, I just loop through everything...
d
Dmitry Masanov
04/22/2020, 4:39 PM
Yes, I remembered my doing it through the script as well. Thank you!