Site Standards (Load Latest)
Customer defaults has a site standards section under assemblies section. You need to define your naming convention using regular expressions. In your case you have 6 digit part number with an ‘underscore’ two digit number. An example Regular expression for your site standards would be: (each line represents each section in the site standards) ([0-9]{6})(|_[0-9]{2}) [...]
