Skip to main content
Carrier object for ProjectStatus.

Constructors

NSProjectStatus()

Initializes a new instance of the NSProjectStatus class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

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

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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