RelationType
Relationsarten
Eigenschaften
ManyToMany
readonly static ManyToMany: RelationType;
N:M Relation
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3544
OneToMany
readonly static OneToMany: RelationType;
1:N Relation
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3537
OneToOne
readonly static OneToOne: RelationType;
1:1 Relation
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3530
Id
get Id(): number
Numerischer Identifier des Enum Wertes
Rückgabewert
number
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3501
Name
get Name(): string
Name des Enum Wertes
Rückgabewert
string
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3510
Methoden
GetById()
static GetById(id): RelationType
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
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3552