Skip to main content

Class TicketPriorityEscalationLevelEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketPriorityEscalationLevelEntity. Entity for ticket priority escalation level. Entity describes properties/actions when escalation(alert) happens. Alert is raised according to TicketPriority timing intervals

Inheritance

objectCarrierTicketPriorityEscalationLevelEntity

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TicketPriorityEscalationLevelEntity()

Default constructor - defaults any enum props to 0.

Properties

Action

Bitmap indicating what should be done when escalating to this level.

Property Value

int

AlertLevel

The alert level (strictly ascending number).

Property Value

short

AlertTimeout

The time (in minutes) before ticket is escalated to next level.

Property Value

int

DelegateTo

If ticket should be redelegated on escalation, this field contains the id of the target user.

Property Value

int

EmailTo

If an email should be sent when escalating, this field will contain the recipient email address.

Property Value

string

ReplyTemplateIdCatmast

Reference to the reply template used in this alert, for mail to category master

Property Value

int

ReplyTemplateIdCatmastSms

Reference to the reply template used in this alert, for sms to category master

Property Value

int

ReplyTemplateIdCustomer

Reference to the reply template used in this alert, for mail to customer

Property Value

int

ReplyTemplateIdEmail

Reference to the reply template used in this alert, for mail to custom address

Property Value

int

ReplyTemplateIdSms

Reference to the reply template used in this alert, for sms to custom address

Property Value

int

ReplyTemplateIdUser

Reference to the reply template used in this alert, for mail to owner of ticket

Property Value

int

ReplyTemplateIdUserSms

Reference to the reply template used in this alert, for sms to owner of ticket

Property Value

int

RtiCustomerSms

Reference to the reply template used in this alert, for sms to customer

Property Value

int

ScriptId

Script that can be executed then the ticket alert action occur.

Property Value

int

SmsTo

If an sms should be sent when escalating, this field will contain the recipient email address.

Property Value

string

TicketAlertId

The primary key (auto-incremented)

Property Value

int

See Also

ListAgent