Skip to main content
The ticket summary with heading, created date.

Constructors

NSTicketSummaryItem()

Initializes a new instance of the NSTicketSummaryItem class.

Methods

GetRegistered()

Returns: CRMScript.Global.DateTime - When the ticket was created. Example:

GetTicketId()

Returns: CRMScript.Global.Integer - The primary key (auto-incremented). Example:

GetTicketStatus()

Returns: CRMScript.Global.Integer - User-defined ticket status. Example:

GetTitle()

Returns: CRMScript.Global.String - The title of the ticket. Example:

SetRegistered(DateTime)

Returns: CRMScript.Global.Void Example:

SetTicketId(Integer)

Returns: CRMScript.Global.Void Example:

SetTicketStatus(Integer)

Returns: CRMScript.Global.Void Example:

SetTitle(String)

Returns: CRMScript.Global.Void Example: