Skip to main content
The built-in delivery terms list. Used by the SuperOffice Quote Connector in quote versions.

Constructors

NSDeliveryTerm()

Initializes a new instance of the NSDeliveryTerm class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

Gets the name of the NSDeliveryTerm.
Returns: CRMScript.Global.String Example:

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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