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

Constructors

NSProductFamily()

Initializes a new instance of the NSProductFamily class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

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

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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