Zum Hauptinhalt springen
Version: 1.24.250.1124

FormulaResultType

Mögliche Rückgabewerte des combit Formeleditors

Eigenschaften

Boolean

readonly static Boolean: FormulaResultType;

Boolean

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2071


Date

readonly static Date: FormulaResultType;

Datum

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2064


Numeric

readonly static Numeric: FormulaResultType;

Numerisch

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2057


Text

readonly static Text: FormulaResultType;

Text

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2050


Id

get Id(): number

Numerischer Identifier des Enum Wertes

Rückgabewert

number

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2021


Name

get Name(): string

Name des Enum Wertes

Rückgabewert

string

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2030

Methoden

HasFlag()

HasFlag(value): boolean

Prüft ob der übergebene Enum Wert ein Bestandteil des aktuellen Wertes ist

Parameter

ParameterTypeDescription
valueFormulaResultTypeEnum Wert der geprüft werden soll

Rückgabewert

boolean

true wenn der Enum Wert enthalten ist, andernfalls false

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2109


Flags()

static Flags(...flags): FormulaResultType

Kombiniert die Enum Werte zu einem Wert.

Parameter

ParameterTypeDescription
...flagsFormulaResultType[]Enum Werte die zusammengefügt werden sollen.

Rückgabewert

FormulaResultType

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2119


GetById()

static GetById(id): FormulaResultType

Gibt anhand der übergebenen Id den jeweiligen Wert zurück. Sollte die Id nicht zu einem Wert zugeordnet werden können, wird null zurückgegeben.

Parameter

ParameterTypeDescription
idanyId

Rückgabewert

FormulaResultType

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2079