Message 1 of 2
Run iLogic Rule when Generating part from iPart Factory

Not applicable
08-05-2020
07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an iPart Factory driving a sheet metal remnant system, and I am trying to have an emboss for laser etching the part number based on material, thickness, and size. I currently have a rule that is triggered when "Any Model Parameter Change" to copy the Part Number from iProperties to a custom parameter that drives the emboss. So far, this works when a new instance of an iPart is opened, but will only run if an instance is opened.
Is there a program or trigger I should be using so that my parameter is updated and part updated when a "Generate Files" is triggered for the table? I would like to avoid opening each instance the generate a file from it. Below is the code I used for reference.
iLogicVb.UpdateWhenDone = True PART_NUMBER = iProperties.Value("Project", "Part Number")