FormulaResultType
Mögliche Rückgabewerte des combit Formeleditors
Eigenschaften
Boolean
readonly static Boolean: FormulaResultType;
Boolean
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2061
Date
readonly static Date: FormulaResultType;
Datum
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2054
Numeric
readonly static Numeric: FormulaResultType;
Numerisch
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2047
Text
readonly static Text: FormulaResultType;
Text
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2040
Id
get Id(): number
Numerischer Identifier des Enum Wertes
Rückgabewert
number
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2011
Name
get Name(): string
Name des Enum Wertes
Rückgabewert
string
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2020
Methoden
HasFlag()
HasFlag(value): boolean
Prüft ob der übergebene Enum Wert ein Bestandteil des aktuellen Wertes ist
Parameter
| Parameter | Type | Description |
|---|---|---|
value | FormulaResultType | Enum 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:2099
Flags()
static Flags(...flags): FormulaResultType
Kombiniert die Enum Werte zu einem Wert.
Parameter
| Parameter | Type | Description |
|---|---|---|
...flags | FormulaResultType[] | Enum Werte die zusammengefügt werden sollen. |
Rückgabewert
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2109
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
| Parameter | Type | Description |
|---|---|---|
id | any | Id |
Rückgabewert
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:2069