Hello all,
I’m looking to update a property on all related companies if it’s changed on one of them. So any child companies, parent, parent’s parent, parents siblings childcompanies etc.
What would be the most efficient way of doing this? They don’t really share any property other than the relationship child<->parent that can be relied on when searching.
I can of course traverse upwards to the top level in the relationship chain and then recursively get all subnodes of all nodes, but that will potentially mean a lot of API calls. Is there an easier way?
Best regards
Johan