Skip to main content

Constructors

NSTaskListItem()

Initializes a new instance of the NSTaskListItem class.

Methods

GetColorIndex()

Returns: CRMScript.Global.Integer - JAP. See <xref href=“CRMScript.NetServer.ColorIndex” data-throw-if-not-resolved=“false”></xref>. Example:

GetDefaultVideomeetingStatus()

Returns: CRMScript.Global.Integer - Default video-meeting status for meetings created in SuperOffice CRM. See <xref href=“CRMScript.NetServer.VideoMeetingStatus” data-throw-if-not-resolved=“false”></xref> Example:

GetDeleted()

Returns: CRMScript.Global.Bool - If true, the Task list item is deleted. Example:

GetDirection()

Returns: CRMScript.Global.Integer - 1 = incoming, 2 = outgoing. See <xref href=“CRMScript.NetServer.TaskDirection” data-throw-if-not-resolved=“false”></xref> Example:

GetIntentId()

Returns: CRMScript.Global.Integer - Link to the intention of this kind of task (used by SAINT). Example:

GetIsDefaultAlldayEvent()

Returns: CRMScript.Global.Bool - True if all day event. Example:

GetIsDefaultFree()

Returns: CRMScript.Global.Bool - True if free, false if busy. Example:

GetIsDefaultPublished()

Returns: CRMScript.Global.Bool - Published to external persons. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank order. Example:

GetTaskListItemId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip or other description. Example:

GetType()

Returns: CRMScript.Global.Integer - 1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo; See <xref href=“CRMScript.NetServer.TaskType” data-throw-if-not-resolved=“false”></xref> Example:

GetValue()

Returns: CRMScript.Global.String - The list item. Example:

SetColorIndex(Integer)

Returns: CRMScript.Global.Void Example:

SetDefaultVideomeetingStatus(Integer)

Returns: CRMScript.Global.Void Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetDirection(Integer)

Returns: CRMScript.Global.Void Example:

SetIntentId(Integer)

Returns: CRMScript.Global.Void Example:

SetIsDefaultAlldayEvent(Bool)

Returns: CRMScript.Global.Void Example:

SetIsDefaultFree(Bool)

Returns: CRMScript.Global.Void Example:

SetIsDefaultPublished(Bool)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetTaskListItemId(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetType(Integer)

Returns: CRMScript.Global.Void Example:

SetValue(String)

Returns: CRMScript.Global.Void Example: