Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
blandb
in reply to: johan.degreef

You could create an external rule that defines what you need. Here is just an example. I created a simple rule called "push custom".  Then in the manage tab > Ilogic Panel > event triggers, Set the rule to run "before save". When you click the save button, it runs, then saves. Does that help?

 

iProperties.Value("Custom", "property 1") = "whatever i need it to be"
iProperties.Value("Custom", "property 2") = iProperties.Value("Project", "Part Number")

InventorVb.DocumentUpdate()
iLogicVb.UpdateWhenDone = True

 

 

Autodesk Certified Professional