Default Ticket Message Entity
Set default values into a new TicketMessageEntity.
NetServer calculates default values on the entity, which is required when creating/storing a new instance Calls the Ticket agent service CreateDefaultTicketMessageEntity. NsApiSlow threshold: 2000 ms.
Headers
Convert string references and multi-language values into a specified language (iso2) code.
Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.
Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.
Specify the timezone code that you would like date/time responses converted to.
The application token that identifies the partner app. Used when calling Online WebAPI from a server.
Response
OK
The ticket messages are e-mails, SMS or other messages attached to a ticket (aka request). Carrier object for TicketMessageEntity. Services for the TicketMessageEntity Carrier is available from the Ticket Agent.
The primary key (auto-incremented)
The ticket carrier is used for representing a service request. Carrier object for Ticket. Services for the Ticket Carrier is available from the Ticket Agent.
When the message was posted.
Carrier object for Associate. Services for the Associate Carrier is available from the Associate Agent.
A string representing the author of the message. Could be a user's name, or a persons email address.
The securitylevel of the message.
Unknown, Internal, External The type of the message (plaintext/html).
Unknown, Plain, Html The Message-Id header value from the email. Used for threading, i.e. connecting messages to existing tickets.
The time spent (minutes) for this message.
The textbody for the message.
The html body for the message (if any).
The email header is saved in this field as raw text
The debug info for the message.
The name of the mail sorter used when the email was imported. Note: We must use name instead of id since the id's change every time one changes the mail sorter. :-0
Defines what kind of message this is.
Message, Bounce, OutboxFailed Carrier object for Person. Services for the Person Carrier is available from the Person Agent.
A copy of the title of the ticket, for search optimisation and simpler reporting.
Contains the message headers, like To, Cc, Bcc information, or custom headers
If this message is important or not.
The language this message is in, based on some kind of analysis
Sentiment index, 100 = completely happy; -100 = suicidally unhappy; 0 = no idea
Confidence of sentiment index, 0 = no idea, 100 = completely sure
Badge to explicitly determine how a message was generated
Unknown, Reply, Forward, Comment, Incoming, Outgoing Message attachments information
Deprecated: Use {SuperOffice.CRM.Services.TicketMessageEntity.CustomFields} instead. Extra fields added to the carrier. This could be data from Plug-ins, the foreign key system, external applications, etc.
Udef + Extra fields added to the carrier. Extra fields as defined by changes to database schema + user-defined fields as defined by admin. Custom fields combines user defined fields and extra fields into one bucket. The individual {SuperOffice.CRM.Services.TicketMessageEntity.ExtraFields} and UserDefinedFields properties are deprecated in favor of this combined collection.
Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.
Field property dictionary mapping field names to field access rights.
Related topics
Create Default Ticket Message EntityNSTicketAgentDefault Ticket EntityDelete Ticket Message EntityCreate Default Ticket Category Entity