Skip to main content
Skip table of contents

isVisible

Versionshinweise

23.2, 23.1.03

Code

GROOVY
boolean FieldUtils.isVisible(String... fieldNames)

Beschreibung

Prüft, ob ALLE genannten Felder auf der Maske sichtbar sind.

Parameter

  • fieldNames - Eine kommaseparierte Liste von internen Feldnamen, z.B. "MatchCode.Customer".

Rückgabe

true, wenn ALLE Felder sichtbar sind.
false, wenn EIN Feld nicht sichtbar ist.

Beispiele

GROOVY
boolean areFieldsVisible = FieldUtils.isVisible("MatchCode.Customer", "Name1.Customer");
JavaScript errors detected

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

If this problem persists, please contact our support.