1. SAP Help Portal - SAP CPQ Documentation: In the section on Product Catalog management
the configuration of attributes is detailed. For text-based attributes
the documentation specifies the use of the "Validation/Error Message" field. It states
"You can enter a regular expression to validate the user's input. If the input doesn't match the regular expression
the error message is displayed."
Source: SAP Help Portal
SAP CPQ
"Product Catalog"
section "The Attributes Tab".
2. SAP Help Portal - SAP CPQ Scripting Guide: While the guide details the use of IronPython for complex rules
it distinguishes this from simple attribute validation. Validation rules written in Python are typically used for more complex scenarios involving multiple attributes or calculations
whereas direct input format validation on a single attribute uses regular expressions.
Source: SAP Help Portal
SAP CPQ
"Rules and Formulas"
section "Validation Rules".