Zum Hauptinhalt springen
Version: 1.24.334.1201

FldTypePhys

Physikalischer Feldtyp

Eigenschaften

BinaryLong

readonly static BinaryLong: FldTypePhys;

Binär lang

Definiert in

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


Blob

readonly static Blob: FldTypePhys;

BLOB

Definiert in

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


Boolean

readonly static Boolean: FldTypePhys;

Boolean

Definiert in

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


Bytes

readonly static Bytes: FldTypePhys;

Bytes

Definiert in

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


Character

readonly static Character: FldTypePhys;

Zeichen

Definiert in

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


CharacterLong

readonly static CharacterLong: FldTypePhys;

Zeichen lang

Definiert in

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


Clob

readonly static Clob: FldTypePhys;

CLOB

Definiert in

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


DateTime

readonly static DateTime: FldTypePhys;

Datum mit Zeit

Definiert in

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


Integer64Bit

readonly static Integer64Bit: FldTypePhys;

Ganzzahl 64-Bit

Definiert in

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


Integer64BitUnsigned

readonly static Integer64BitUnsigned: FldTypePhys;

Ganzzahl 64-Bit (ohne Vorzeichen)

Definiert in

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


IntegerLong

readonly static IntegerLong: FldTypePhys;

Ganzzahl lang

Definiert in

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


IntegerLongUnsigned

readonly static IntegerLongUnsigned: FldTypePhys;

Ganzzahl lang (ohne Vorzeichen)

Definiert in

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


IntegerShort

readonly static IntegerShort: FldTypePhys;

Ganzzahl kurz

Definiert in

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


IntegerShortUnsigned

readonly static IntegerShortUnsigned: FldTypePhys;

Ganzzahl kurz (ohne Vorzeichen)

Definiert in

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


Numeric

readonly static Numeric: FldTypePhys;

Numerisch

Definiert in

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


RationalNumber

readonly static RationalNumber: FldTypePhys;

Rationale Zahl

Definiert in

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


Unkown

readonly static Unkown: FldTypePhys;

Unbekannt

Definiert in

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


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:2150


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:2169


id

get id(): number

Numerischer Identifier des Enum Wertes

Rückgabewert

number

Definiert in

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


name

get name(): string

Name des Enum Wertes

Rückgabewert

string

Definiert in

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

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:2302


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:2312