Skip to main content
Skip table of contents

beforeLookup

Typ


Versionshinweise

13.2

Web Client(Haken)

Code

GROOVY
void beforeLookup(String fieldName)

Beschreibung

Diese Methode wird aufgerufen, um ein Nachschlagefeld zu konfigurieren, bevor die Nachschlage-Operation ausgeführt wird.

Parameter

  • fieldName - Der interne Name eines Nachschlagefeldes, z.B. "ActTypeKey.Activity".


Beispiele

GROOVY
void beforeLookup(String fieldName)
{
  if(ScriptUtils.equal(fieldName, "ActStatusKey.Activity"))
  {
  ...
  }
}
JavaScript errors detected

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

If this problem persists, please contact our support.