Skip to main content
Skip table of contents

isWritable

Versionshinweise

12.2

Code

GROOVY
boolean FieldUtils.isWritable(String fieldName)

Beschreibung

Prüft, ob das Feld beschreibbar ist.

Parameter

  • fieldName - Der interne Name eines Feldes, z.B. "MatchCode.Customer".

Rückgabe

true, wenn das Feld beschreibbar ist.
false, wenn das Feld schreibgeschützt ist.

Beispiele

GROOVY
boolean isWritable = FieldUtils.isWritable("MatchCode.Customer");
JavaScript errors detected

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

If this problem persists, please contact our support.