Zum Hauptinhalt springen
Version: 25.346.842.1

FldTypePhys

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2367

Physikalischer Feldtyp

Eigenschaften

BinaryLong

readonly static BinaryLong: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2437

Binär lang


Blob

readonly static Blob: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2443

BLOB


Boolean

readonly static Boolean: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2449

Boolean


Bytes

readonly static Bytes: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2455

Bytes


Character

readonly static Character: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2461

Zeichen


CharacterLong

readonly static CharacterLong: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2467

Zeichen lang


Clob

readonly static Clob: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2473

CLOB


DateTime

readonly static DateTime: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2479

Datum mit Zeit


Integer64Bit

readonly static Integer64Bit: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2485

Ganzzahl 64-Bit


Integer64BitUnsigned

readonly static Integer64BitUnsigned: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2491

Ganzzahl 64-Bit (ohne Vorzeichen)


IntegerLong

readonly static IntegerLong: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2497

Ganzzahl lang


IntegerLongUnsigned

readonly static IntegerLongUnsigned: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2503

Ganzzahl lang (ohne Vorzeichen)


IntegerShort

readonly static IntegerShort: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2509

Ganzzahl kurz


IntegerShortUnsigned

readonly static IntegerShortUnsigned: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2515

Ganzzahl kurz (ohne Vorzeichen)


Numeric

readonly static Numeric: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2521

Numerisch


RationalNumber

readonly static RationalNumber: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2527

Rationale Zahl


Unkown

readonly static Unkown: FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2533

Unbekannt


id

Abfragesignatur

get id(): number;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2391

Numerischer Identifier des Enum Wertes

Rückgabewert

number


Id

Abfragesignatur

get Id(): number;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2382

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


name

Abfragesignatur

get name(): string;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2410

Name des Enum Wertes

Rückgabewert

string


Name

Abfragesignatur

get Name(): string;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2401

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

Methoden

getById()

static getById(id): FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2556

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


GetById()

static GetById(id): FldTypePhys;

Definiert in: sdk/cosmolink.SDK.CRMApplication.ts:2546

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.