Skip to main content
Skip table of contents

getMaximumInputLength

Versionshinweise

17.2


Code

GROOVY
int getMaximumInputLength(String fieldName)

Beschreibung

Bestimmt die maximale Eingabelänge eines Feldes.


Parameter

  • fieldName - Der Feldname des Feldes, dessen Eingabelänge bestimmt werden soll, im Format <Feldname.Entitätsname>.


Rückgabe

Die maximale Eingabelänge.

Beispiele

GROOVY
int maxLength = MetaDataUtils.getMaximumInputLength("FreeText1.Activity");
JavaScript errors detected

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

If this problem persists, please contact our support.