Zum Hauptinhalt springen
Version: 1.24.327.1123

FldTypePhys

Physikalischer Feldtyp

Eigenschaften

BinaryLong

readonly static BinaryLong: FldTypePhys;

Binär lang

Definiert in

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


Blob

readonly static Blob: FldTypePhys;

BLOB

Definiert in

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


Boolean

readonly static Boolean: FldTypePhys;

Boolean

Definiert in

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


Bytes

readonly static Bytes: FldTypePhys;

Bytes

Definiert in

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


Character

readonly static Character: FldTypePhys;

Zeichen

Definiert in

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


CharacterLong

readonly static CharacterLong: FldTypePhys;

Zeichen lang

Definiert in

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


Clob

readonly static Clob: FldTypePhys;

CLOB

Definiert in

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


DateTime

readonly static DateTime: FldTypePhys;

Datum mit Zeit

Definiert in

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


Integer64Bit

readonly static Integer64Bit: FldTypePhys;

Ganzzahl 64-Bit

Definiert in

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


Integer64BitUnsigned

readonly static Integer64BitUnsigned: FldTypePhys;

Ganzzahl 64-Bit (ohne Vorzeichen)

Definiert in

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


IntegerLong

readonly static IntegerLong: FldTypePhys;

Ganzzahl lang

Definiert in

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


IntegerLongUnsigned

readonly static IntegerLongUnsigned: FldTypePhys;

Ganzzahl lang (ohne Vorzeichen)

Definiert in

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


IntegerShort

readonly static IntegerShort: FldTypePhys;

Ganzzahl kurz

Definiert in

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


IntegerShortUnsigned

readonly static IntegerShortUnsigned: FldTypePhys;

Ganzzahl kurz (ohne Vorzeichen)

Definiert in

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


Numeric

readonly static Numeric: FldTypePhys;

Numerisch

Definiert in

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


RationalNumber

readonly static RationalNumber: FldTypePhys;

Rationale Zahl

Definiert in

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


Unkown

readonly static Unkown: FldTypePhys;

Unbekannt

Definiert in

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


Id

get Id(): number

Numerischer Identifier des Enum Wertes

Deprecated

Die Eigenschaft steht in zukünftigen Versionen eventuell nicht mehr zur Verfügung und sollte nicht mehr verwendet werden, da diese durch die Eigenschaft id ersetzt wurde.

Rückgabewert

number

Definiert in

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


Name

get Name(): string

Name des Enum Wertes

Deprecated

Die Eigenschaft steht in zukünftigen Versionen eventuell nicht mehr zur Verfügung und sollte nicht mehr verwendet werden, da diese durch die Eigenschaft name ersetzt wurde.

Rückgabewert

string

Definiert in

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


id

get id(): number

Numerischer Identifier des Enum Wertes

Rückgabewert

number

Definiert in

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


name

get name(): string

Name des Enum Wertes

Rückgabewert

string

Definiert in

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

Methoden

GetById()

static GetById(id): FldTypePhys

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

FldTypePhys

Deprecated

Die Funktion steht in zukünftigen Versionen eventuell nicht mehr zur Verfügung und sollte nicht mehr verwendet werden, da diese durch die Funktion getById ersetzt wurde.

Definiert in

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


getById()

static getById(id): FldTypePhys

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

FldTypePhys

Definiert in

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