Message 1 of 1
iLogic recursive partlist with parents info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I need to create recursive partlist where the rows contains iProperty information from from multiple levels of parents - anyone that can break that code?
Example:
MasterAssembly (Part Number: 1001, Description: Master assy)
I
--- Sub Assembly (Part Number: 1002, Description: Sub Assy)
I
- Part A (Part Number: 1003, Description: Part A)
- Part B (Part Number: 1004, Description: Part B)
Part List should then look as
Level 0 Part Number, Level 0 Description, Level 1 Part Number, Level 1 Description, Part Number, Description, Qty
1001, Master Assy, 1002, Sub Assy, 1003, Part A, 1
1001, Master Assy, 1002, Sub Assy, 1004, Part B, 1
Regards Lars