Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone. How can I tell my ilogic code to ignore running this snippet if my part number value begins with "FS" or "U"? Basically we have multiple naming schemes for old and new CAD files. Our old legacy part number schemes used FS or U at the beginning of the part number (FS123-456789 or U123-456789 for example). For those legacy files, I need them to ignore using the global rule snippet shown below....
iProperties.Value("Custom", "-G Finished part number") = iProperties.Value("Project", "Part Number") & "-G" iProperties.Value("Custom", "-N Finished part number") = iProperties.Value("Project", "Part Number") & "-N"
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.