Skip to main content
Skip table of contents

UPPERCASE_REGEX_FORMATTED_TEXT_FIELD

Typ

 

Versionshinweise

17.2

Web Client 

Code

GROOVY
RecordableType.UPPERCASE_REGEX_FORMATTED_TEXT_FIELD

Beschreibung

Formatierbares Textfeld, das nur Großbuchstaben erlaubt: de.cursor.gui.mrv.RecordableUpperCaseRegexFormattedTextField

Beispiele

GROOVY
RecordableType type = MetaDataUtils.getFieldType("FreetText1.Activity");
if(RecordableType.UPPERCASE_REGEX_FORMATTED_TEXT_FIELD == type)
{
  //do something
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.