Anonymous
559 Views, 4 Replies
03-20-2020
04:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-20-2020
04:30 AM
iLogic Rule to be Ran Before Save
Hello Everyone,
I have skimmed through several posts about running iLogic rules for BOM structures and its naming convention, and I have managed to find a rule that I believe would work to change the part number to its display name in the model browser.
However, as I have a model already created, I'm struggling to pick apart other code that allows the rule to run for an assembly and its referenced files?
This is the code:
iProperties.Value("Project", "Part Number") = iProperties.Value("Occurrence", "Name")Could I please have some help to run this for my current assembly?