Skip to main content
Favourite carrier.

Constructors

NSFavourite()

Initializes a new instance of the NSFavourite class.

Methods

GetAssociateId()

Returns: CRMScript.Global.Integer - ID of the associate this favorite belongs to. Example:

GetExtraInfo()

Returns: CRMScript.Global.String - Extra information for this favorite. Example:

GetRank()

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

GetRecordId()

Returns: CRMScript.Global.Integer - ID of the record this favorite belongs to. Example:

GetTableName()

Returns: CRMScript.Global.String - Name of the table this favorite belongs to. Example:

SetAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetExtraInfo(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetRecordId(Integer)

Returns: CRMScript.Global.Void Example:

SetTableName(String)

Returns: CRMScript.Global.Void Example: