Skip to main content
Carrier object for Business.

Constructors

NSBusiness()

Initializes a new instance of the NSBusiness class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

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

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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