Skip to main content
A small carrier that contains information about a ticket.

Constructors

NSTicketInfo()

Initializes a new instance of the NSTicketInfo class.

Methods

GetCategoryName()

Returns: CRMScript.Global.String - The name of the category for the request. Example:

GetContactName()

Returns: CRMScript.Global.String - The name of the contact/company connected to the ticket. Example:

GetOwnerName()

Returns: CRMScript.Global.String - The name of the owner which the request was assigned to. Example:

GetPersonName()

Returns: CRMScript.Global.String - The name of the person/customer connected to the ticket. Example:

GetPriorityName()

Returns: CRMScript.Global.String - The name of the priority for the request. Example:

GetTicketId()

Returns: CRMScript.Global.Integer - The ID of the created ticket. Example:

GetTicketUrl()

Returns: CRMScript.Global.String - A URL leading directly to the created request. This is a URL meant to be used by a Service user. Example:

GetTitle()

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

SetCategoryName(String)

Returns: CRMScript.Global.Void Example:

SetContactName(String)

Returns: CRMScript.Global.Void Example:

SetOwnerName(String)

Returns: CRMScript.Global.Void Example:

SetPersonName(String)

Returns: CRMScript.Global.Void Example:

SetPriorityName(String)

Returns: CRMScript.Global.Void Example:

SetTicketId(Integer)

Returns: CRMScript.Global.Void Example:

SetTicketUrl(String)

Returns: CRMScript.Global.Void Example:

SetTitle(String)

Returns: CRMScript.Global.Void Example: