Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm doing an Ilogic to sort my BOM and the only step I'm missing is to renumber item and save item overrides to BOM.
I'm not familiar with Ilogic so I'm not able to make it right till the end.
I tried many things but it didn't work.
SyntaxEditor Code Snippet
Dim oDrawDoc As DrawingDocument oDrawDoc = ThisApplication.ActiveDocument Dim oPartsList1 As PartsList oPartsList1 = oDrawDoc.ActiveSheet.PartsLists.Item(1) oPartsList1.Sort("OES_BOM_Rank", 1, "PART NUMBER", 1)
Someone knows what I should add ?
Thanks for your help !
Solved! Go to Solution.