Skip to main content
Carrier object for Position.

Constructors

NSPosition()

Initializes a new instance of the NSPosition class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

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

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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