Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone,
Is it possible to copy a derived ipt filename and paste it into some illogic code? I have some ilogic code where we import the part number iproperty from a derived part and paste it into the Stock Number iproperty field of the parent ipt file.
Below is the ilogic code I would like to add the derived ipt filename information where you see the "PSBxxxxxxx.ipt" text...
iProperties.Value("Project", "Stock Number") = iProperties.Value("PSBxxxxxxx.ipt","Project","Part Number") iProperties.Value("Custom", "Raw Material Description") = iProperties.Value("PSBxxxxxxx.ipt","Project","Description")
Regards,
Kenny
If this post solved your issue please mark "Accept as Solution". It helps everyone...really!
Kenny
If this post solved your issue please mark "Accept as Solution". It helps everyone...really!
Solved! Go to Solution.