Skip to main content
Skip table of contents

getInputMask

Versionshinweise

20.1.12, 20.2.06, 21.1


Code

GROOVY
String getInputMask(String fieldName)

Beschreibung

Liefert die Eingabemaske für die Validierung eines Feldes.


Parameter

  • fieldName - Der Feldname des Feldes im Format <Feldname.Entitätsname>


Rückgabe

Die Eingabemaske des Feldes.

Beispiele

GROOVY
String inputMask = MetaDataUtils.getInputMask("DocumentName.Document");
JavaScript errors detected

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

If this problem persists, please contact our support.