Skip to main content
Skip table of contents

LONG_TEXT_FIELD

Typ


Versionshinweise

19.1

Web Client

Code

RecordableType.LONG_TEXT_FIELD

Beschreibung

Zahlenfeld (Long): de.cursor.gui.mrv.RecordableLongTextField

Beispiele

RecordableType type = MetaDataUtils.getFieldType("FreetText1.Activity");
if(RecordableType.LONG_TEXT_FIELD == type)
{
  //do something
}

JavaScript errors detected

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

If this problem persists, please contact our support.