Skip to main content
Skip table of contents

DECIMAL_FIELD

Typ

 

Versionshinweise

17.2

Web Client 

Code

GROOVY
RecordableType.DECIMAL_FIELD

Beschreibung

Gleitkommazahlfeld: de.cursor.gui.mrv.RecordableDecimalField

Beispiele

GROOVY
RecordableType type = MetaDataUtils.getFieldType("FreetText1.Activity");
if(RecordableType.DECIMAL_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.