Message 1 of 8
Code to retrieve a bolt's part number using ilogic to display it in a custom column in my parts list

Not applicable
09-08-2020
11:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I know that a bought out part (for example: bolts, nuts, washers, etc) cannot be modified in terms of adding ilogic or forms. I want to put an ilogic in my assembly file to identify a purchased part and retrieve its part number to display it in my parts list custom column. I want to write something as follows:
If BOM_Structure = "Purchased" Then iProperties.Value("Custom", "SPECIFICATIONS") = iProperties.Value("Project", "Part Number") End If
Please correct my ilogic as I know it not this way to identify a purchased part from the BOM structure.
Thanks,
Anas.