Skip to main content
Links two entities (contacts/projects/sales/URLs) together.

Constructors

Initializes a new instance of the NSLink class.

Methods

GetDescription()

Returns: CRMScript.Global.String - Link description. Example:

GetEntityName()

Returns: CRMScript.Global.String - Name of the entity the link points to (The destination/target entity). Example:

GetExtraInfo()

Returns: CRMScript.Global.String - Extrainfo for link. Use for information that does not have a primary key. Example:

GetId()

Returns: CRMScript.Global.Integer - ID of the entity the link points to (The destination/target entity primary key). Example:

GetLinkId()

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

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetEntityName(String)

Returns: CRMScript.Global.Void Example:

SetExtraInfo(String)

Returns: CRMScript.Global.Void Example:

SetId(Integer)

Returns: CRMScript.Global.Void Example:

SetLinkId(Integer)

Returns: CRMScript.Global.Void Example: