The latest Cloud documentation for this reads:
- First the shop orders for the parts with the highest low level is reviewed. Then it continues with the next level, and then the level after that until all levels have been reviewed.
The phrase ‘highest low level’ is ambiguous. If my list consist of parts with low levels 2, 3, and 4, which one is the highest, 2 or 4? 2 is the highest looking at it from a structure perspective, while 4 is the highest value.
If this is a bottom-up approach, e.g., starting with parts at level 4, then moving up to 3 , then 2 and so on, could this be written simply as being a ‘bottom-up’ method? If it is a top-down approach, then the same applies.