Skip to main content
A relation definition entity with source and destination tables.

Constructors

NSRelationDefinitionEntity()

Initializes a new instance of the NSRelationDefinitionEntity class.

Methods

GetDeleted()

Returns: CRMScript.Global.Bool - True if deleted. Example:

GetDestination()

Returns: CRMScript.Global.Integer - The destination of the relation. See <xref href=“CRMScript.NetServer.RelationTarget” data-throw-if-not-resolved=“false”></xref>. Example:

GetName()

Returns: CRMScript.Global.String - Active text. Example:

GetPassiveText()

Returns: CRMScript.Global.String - Text used in passive direction. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank order. Example:

GetReldefId()

Returns: CRMScript.Global.Integer - primary key. Example:

GetSource()

Returns: CRMScript.Global.Integer - The source of the relation. See <xref href=“CRMScript.NetServer.RelationTarget” data-throw-if-not-resolved=“false”></xref>. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip or other description. Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetDestination(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetPassiveText(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetReldefId(Integer)

Returns: CRMScript.Global.Void Example:

SetSource(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example: