Skip to main content

Class SystemTemplateSettings

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SystemTemplateSettings. System template settings item

Inheritance

objectCarrierSystemTemplateSettings

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

SystemTemplateSettings()

Default constructor - defaults any enum props to 0.

Properties

CustomerChatLogTemplateId

Template for customer chat log

Property Value

int

CustomerConfirmEmailTemplateId

Template for sending confirmation e-mail to contacts

Property Value

int

CustomerCustomerReplyTemplateId

Template for auto-reply

Property Value

int

CustomerNewCustomerTemplateId

Template for new contacts

Property Value

int

CustomerPasswordTemplateId

Template for sending password to contacts

Property Value

int

EmailAddresses

One or more e-mail addresses (comma-separated)

Property Value

string

HotlistNewMessageTemplateId

Template for notification of a new message in the favourites list

Property Value

int

HotlistTicketActivatedTemplateId

Template for notification of a activated ticket in the favourites list

Property Value

int

HotlistTicketTakenOverTemplateId

Template for notification of reassignment of a request in the favourites list

Property Value

int

NewLinkTemplateId

Template for new link

Property Value

int

PrintTicketTemplateId

Template for printing a ticket

Property Value

int

PublishKbAnswerTemplateId

Template for formatting FAQ answers

Property Value

int

PublishKbQuestionTemplateId

Template for formatting FAQ questions

Property Value

int

TicketAlarmHotlistTemplateId

Template for notification of an escalated request in the favourites list

Property Value

int

UserActiveTicketsTemplateId

Template for notification of open requests

Property Value

int

UserNewMessageTemplateId

Template for notification of new message

Property Value

int

UserNewTicketTemplateId

Template for new ticket notification

Property Value

int

UserTicketActivatedTemplateId

Template for notification of activated request

Property Value

int

UserTicketAlarmTemplateId

Template for notification of escalated request

Property Value

int

UserTicketTakenOverTemplateId

Template for ticket reassignment

Property Value

int

WeekStatTemplateId

Template for weekly statistics

Property Value

int

See Also

CustomerServiceAgent