Does anyone know how to build a RegEx inside a class definition? Is it even possible? e.g:
Code: Select all
{
Key => 'Type',
Name => 'Type',
Searchable => 1,
Input => {
Type => 'GeneralCatalog',
Class => ['[RegEx]ITSM::ConfigItem::Products::Type'],
Translation => 1,
},
},