Skip to main content
Carrier object for Competitor.

Constructors

NSCompetitor()

Initializes a new instance of the NSCompetitor class.

Methods

GetId()

Returns: CRMScript.Global.Integer - Gets the primary key (ID) for the NSCompetitor. Example:

GetTooltip()

Returns: CRMScript.Global.String - Gets the tooltip description for the NSCompetitor list item. Example:

GetValue()

Returns: CRMScript.Global.String - Gets the name of the NSCompetitor. Example:

SetId(Integer)

Sets the primary key (ID) for the NSCompetitor.
Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Sets the tooltip description for the NSCompetitor list item.
Returns: CRMScript.Global.Void Example:

SetValue(String)

Sets the name of the NSCompetitor item.
Returns: CRMScript.Global.Void Example: