FldType
Interner Feldtyp
Eigenschaften
AutoNumber
readonly static AutoNumber: FldType;
Automatische Nr
Definiert in
cosmolink.SDK.CRMApplication.ts:1993
AutoSequence
readonly static AutoSequence: FldType;
Autosequenz
Definiert in
cosmolink.SDK.CRMApplication.ts:1999
BankCode
readonly static BankCode: FldType;
Bankleitzahl
Definiert in
cosmolink.SDK.CRMApplication.ts:2005
Boolean
readonly static Boolean: FldType;
Boolean
Definiert in
cosmolink.SDK.CRMApplication.ts:2011
Character
readonly static Character: FldType;
Zeichen
Definiert in
cosmolink.SDK.CRMApplication.ts:2017
City
readonly static City: FldType;
Ort
Definiert in
cosmolink.SDK.CRMApplication.ts:2023
Code
readonly static Code: FldType;
Code
Definiert in
cosmolink.SDK.CRMApplication.ts:2029
Country
readonly static Country: FldType;
Land
Definiert in
cosmolink.SDK.CRMApplication.ts:2035
CreationDate
readonly static CreationDate: FldType;
Erfassungsdatum
Definiert in
cosmolink.SDK.CRMApplication.ts:2041
CreationUser
readonly static CreationUser: FldType;
Erfassungsbenutzer
Definiert in
cosmolink.SDK.CRMApplication.ts:2047
DMSDocument
readonly static DMSDocument: FldType;
DMS Dokument
Definiert in
cosmolink.SDK.CRMApplication.ts:2065
Date
readonly static Date: FldType;
Datum
Definiert in
cosmolink.SDK.CRMApplication.ts:2053
DateTime
readonly static DateTime: FldType;
Datum mit Zeit
Definiert in
cosmolink.SDK.CRMApplication.ts:2059
DocumentReferenceFM
readonly static DocumentReferenceFM: FldType;
Belegverweis (FM)
Definiert in
cosmolink.SDK.CRMApplication.ts:2071
EMail
readonly static EMail: FldType;
Definiert in
cosmolink.SDK.CRMApplication.ts:2077
EmbeddedFile
readonly static EmbeddedFile: FldType;
Eingebettete Datei
Definiert in
cosmolink.SDK.CRMApplication.ts:2083
EmbeddedImage
readonly static EmbeddedImage: FldType;
Eingebettete Grafik
Definiert in
cosmolink.SDK.CRMApplication.ts:2089
Fax
readonly static Fax: FldType;
Telefax
Definiert in
cosmolink.SDK.CRMApplication.ts:2095
FileLink
readonly static FileLink: FldType;
Dateiverweis
Definiert in
cosmolink.SDK.CRMApplication.ts:2101
GlobalUniqueId
readonly static GlobalUniqueId: FldType;
Global eindeutige ID
Definiert in
cosmolink.SDK.CRMApplication.ts:2107
ImageLink
readonly static ImageLink: FldType;
Grafikverweis
Definiert in
cosmolink.SDK.CRMApplication.ts:2113
Internal
readonly static Internal: FldType;
Intern
Definiert in
cosmolink.SDK.CRMApplication.ts:2119
Internet
readonly static Internet: FldType;
Internet
Definiert in
cosmolink.SDK.CRMApplication.ts:2125
MobilePhone
readonly static MobilePhone: FldType;
Mobiltelefon
Definiert in
cosmolink.SDK.CRMApplication.ts:2131
ModificationDate
readonly static ModificationDate: FldType;
Änderungsdatum
Definiert in
cosmolink.SDK.CRMApplication.ts:2137
ModificationUser
readonly static ModificationUser: FldType;
Änderungsbenutzer
Definiert in
cosmolink.SDK.CRMApplication.ts:2143
Notes
readonly static Notes: FldType;
Notizen
Definiert in
cosmolink.SDK.CRMApplication.ts:2149
NotesFormatted
readonly static NotesFormatted: FldType;
Notizen formatiert
Definiert in
cosmolink.SDK.CRMApplication.ts:2155
Numeric
readonly static Numeric: FldType;
Numerisch
Definiert in
cosmolink.SDK.CRMApplication.ts:2161
NumericBinary
readonly static NumericBinary: FldType;
Numerisch binary
Definiert in
cosmolink.SDK.CRMApplication.ts:2167
POBox
readonly static POBox: FldType;
Postfach
Definiert in
cosmolink.SDK.CRMApplication.ts:2179
POBoxZipCode
readonly static POBoxZipCode: FldType;
Postfach Postleitzahl
Definiert in
cosmolink.SDK.CRMApplication.ts:2185
Phone
readonly static Phone: FldType;
Telefon
Definiert in
cosmolink.SDK.CRMApplication.ts:2173
RecordId
readonly static RecordId: FldType;
Datensatz-ID
Definiert in
cosmolink.SDK.CRMApplication.ts:2191
RecycleBinId
readonly static RecycleBinId: FldType;
Papierkorb-ID
Definiert in
cosmolink.SDK.CRMApplication.ts:2197
State
readonly static State: FldType;
Bundesland
Definiert in
cosmolink.SDK.CRMApplication.ts:2203
Street
readonly static Street: FldType;
Straße
Definiert in
cosmolink.SDK.CRMApplication.ts:2209
Symbol
readonly static Symbol: FldType;
Symbol
Definiert in
cosmolink.SDK.CRMApplication.ts:2215
Time
readonly static Time: FldType;
Zeit
Definiert in
cosmolink.SDK.CRMApplication.ts:2221
Unkown
readonly static Unkown: FldType;
Unbekannt
Definiert in
cosmolink.SDK.CRMApplication.ts:2227
ZipCode
readonly static ZipCode: FldType;
Postleitzahl
Definiert in
cosmolink.SDK.CRMApplication.ts:2233
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
cosmolink.SDK.CRMApplication.ts:1938
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
cosmolink.SDK.CRMApplication.ts:1957
id
get id(): number
Numerischer Identifier des Enum Wertes
Rückgabewert
number
Definiert in
cosmolink.SDK.CRMApplication.ts:1947
name
get name(): string
Name des Enum Wertes
Rückgabewert
string
Definiert in
cosmolink.SDK.CRMApplication.ts:1966
Methoden
GetById()
static GetById(id): FldType
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
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
cosmolink.SDK.CRMApplication.ts:2246
getById()
static getById(id): FldType
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
cosmolink.SDK.CRMApplication.ts:2256