RelationType
Relationsarten
Eigenschaften
ManyToMany
readonly static ManyToMany: RelationType;
N:M Relation
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3534
OneToMany
readonly static OneToMany: RelationType;
1:N Relation
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3527
OneToOne
readonly static OneToOne: RelationType;
1:1 Relation
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3520
Id
get Id(): number
Numerischer Identifier des Enum Wertes
Rückgabewert
number
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3491
Name
get Name(): string
Name des Enum Wertes
Rückgabewert
string
Definiert in
SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:3500
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:3542