Skip to main content
Skip table of contents

BIGDECIMAL_FIELD

Typ

 

Versionshinweise

19.1

Web Client 

Code

RecordableType.BIGDECIMAL_FIELD

Beschreibung

Zahl mit hoher Genauigkeit: de.cursor.gui.mrv.RecordableBigDecimalField

Beispiele

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