RootProductName

This check verifies that the product name matches specifications.

This page discusses:

Context

The check compares root product names with:

  • a list of Regular Expressions
  • a combination of strings. This combination of strings can consist of fixed character strings and standard model properties (definition, nomenclature, part number, revision, description).

Check Information

Check Details Description
Applicable to: VPMReference
Automatic Solution:
Check Parameters: PatternToMatchForRootName: String type.

Verifies if Root product name does not contain any special characters.

Example

If the root name starts with any prefix string such as: MyProduct_Physical Product 001123

Then the PatternToMatchForRootName is: ^[A-Za-z0-9_]+[A-Za-z0-9/s]+[A-Za-z0-9]$