- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Okay I have gotten some headway on getting the Details to be able to generate QTYs correctly. The issue was happening if we have the same part in a couple sub assemblies. I found and modified some code to add the QTYs from all sub assemblies together. Now I have two questions. I am wanting to push two other variables to go in when we put in the parts. They are both Custom IProperties. I can't figure out how to tie them together.
First we want to have it so when we put a detail on a sheet we want to be able to have it automatically see what page it is on for the detail stamp. What is the variable I need to use to get it to set the current sheet to the sheet Iproperty?
Second, We have our Job numbers called out on the detail so we currently have to either manually type it in or Copy and paste it to every part. We would like to also have this process automated So How do I set a Custom Iproperty in the Master Assembly and have it filter down to all the parts in the drawing?
I have attached the stamp showing the two variables. I'm just looking for the variables to use and some helpful starting code I am still kind of new to Ilogic coding.