Skip to main content
The built-in product category list. Used by the SuperOffice Quote Connector to categorize products.

Constructors

NSProductCategory()

Initializes a new instance of the NSProductCategory class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

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

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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