Skip to main content
Skip table of contents

isNewEntity

Versionshinweise

16.1

Code

GROOVY
boolean MaskUtils.isNewEntity()

Beschreibung

Prüft ob es sich beim aktuellen Datensatz um eine Neuanlage handelt.

Rückgabe

true wenn es eine Neuanlage ist, andernfalls false.

Beispiele

GROOVY
if(MaskUtils.isNewEntity())
{
	...
}
JavaScript errors detected

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

If this problem persists, please contact our support.