Skip to main content
Type of an appointment.

Constructors

NSTask()

Initializes a new instance of the NSTask class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

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

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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