Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
559 Views, 4 Replies

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?