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

Constructors

NSProductType()

Initializes a new instance of the NSProductType class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

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

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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