Zum Hauptinhalt springen
Version: 25.226.1329.1

FldTypePhys

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

Physikalischer Feldtyp

Eigenschaften

BinaryLong

readonly static BinaryLong: FldTypePhys;

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

Binär lang


Blob

readonly static Blob: FldTypePhys;

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

BLOB


Boolean

readonly static Boolean: FldTypePhys;

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

Boolean


Bytes

readonly static Bytes: FldTypePhys;

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

Bytes


Character

readonly static Character: FldTypePhys;

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

Zeichen


CharacterLong

readonly static CharacterLong: FldTypePhys;

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

Zeichen lang


Clob

readonly static Clob: FldTypePhys;

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

CLOB


DateTime

readonly static DateTime: FldTypePhys;

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

Datum mit Zeit


Integer64Bit

readonly static Integer64Bit: FldTypePhys;

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

Ganzzahl 64-Bit


Integer64BitUnsigned

readonly static Integer64BitUnsigned: FldTypePhys;

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

Ganzzahl 64-Bit (ohne Vorzeichen)


IntegerLong

readonly static IntegerLong: FldTypePhys;

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

Ganzzahl lang


IntegerLongUnsigned

readonly static IntegerLongUnsigned: FldTypePhys;

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

Ganzzahl lang (ohne Vorzeichen)


IntegerShort

readonly static IntegerShort: FldTypePhys;

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

Ganzzahl kurz


IntegerShortUnsigned

readonly static IntegerShortUnsigned: FldTypePhys;

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

Ganzzahl kurz (ohne Vorzeichen)


Numeric

readonly static Numeric: FldTypePhys;

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

Numerisch


RationalNumber

readonly static RationalNumber: FldTypePhys;

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

Rationale Zahl


Unkown

readonly static Unkown: FldTypePhys;

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

Unbekannt


id

Abfragesignatur

get id(): number;

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

Numerischer Identifier des Enum Wertes

Rückgabewert

number


Id

Abfragesignatur

get Id(): number;

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

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

Name des Enum Wertes

Rückgabewert

string


Name

Abfragesignatur

get Name(): string;

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

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

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

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.