I have a tree composed by two main elements: folder (containers) and requirements. A folder can contain both a folder or a requirement while a requirement must be a leaf. Moreover both folder and requirements has a field with the same name.
Now I'm trying to write a VBScript which starting from the change of that field in a father folder, changes the same field in ALL its child AT EVERY nested level. I have problems in propagate the change at nested levels.