iLogic PartsList sort by part number style, then by part number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have two part numbering standards - 1 for manufactured parts and 1 for purchased parts. What I would like is for all of the purchased parts to be at the bottom of the PartsList. Our part numbers are like this:
XXX-XXXXX for purchased parts
XXXXXR for manufactured parts, where "R" is the revision number
Ideally, what I am trying to do is search for part numbers that are greater than 6 digits long and sort them at the bottom of the PartsList. Alternatively, I could search the part number for "-" and then sort them at the bottom of the PartsList.
My current solution, which is not ideal, is that I add "Purchased" into an iProperty for all the purchased parts, add that column to the parts list, sort by that column, then by part number and then reduce the column width of that particular iProperty to 0, so it doesn't actually appear on the PartsList.
I do all this with iLogic but the issue is that I would have to go back and add this iProperty to all our existing purchased part models (and content center families) and make sure that everyone remembers to fill this field when creating new purchased part models.