Class SystemTemplateSettings
System template settings item
Carrier object for SystemTemplateSettings. Services for the SystemTemplateSettings Carrier is available from the CustomerService Agent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class SystemTemplateSettings : Carrier
Constructors
SystemTemplateSettings()
Default constructor
Declaration
public SystemTemplateSettings()
See Also
Properties
CustomerChatLogTemplateId
Template for customer chat log
Declaration
[DataMember]
public virtual int CustomerChatLogTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
CustomerConfirmEmailTemplateId
Template for sending confirmation e-mail to contacts
Declaration
[DataMember]
public virtual int CustomerConfirmEmailTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
CustomerCustomerReplyTemplateId
Template for auto-reply
Declaration
[DataMember]
public virtual int CustomerCustomerReplyTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
CustomerNewCustomerTemplateId
Template for new contacts
Declaration
[DataMember]
public virtual int CustomerNewCustomerTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
CustomerPasswordTemplateId
Template for sending password to contacts
Declaration
[DataMember]
public virtual int CustomerPasswordTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
EmailAddresses
One or more e-mail addresses (comma-separated)
Declaration
[DataMember]
public virtual string EmailAddresses { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
HotlistNewMessageTemplateId
Template for notification of a new message in the favourites list
Declaration
[DataMember]
public virtual int HotlistNewMessageTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
HotlistTicketActivatedTemplateId
Template for notification of a activated ticket in the favourites list
Declaration
[DataMember]
public virtual int HotlistTicketActivatedTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
HotlistTicketTakenOverTemplateId
Template for notification of reassignment of a request in the favourites list
Declaration
[DataMember]
public virtual int HotlistTicketTakenOverTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
NewLinkTemplateId
Template for new link
Declaration
[DataMember]
public virtual int NewLinkTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
PrintTicketTemplateId
Template for printing a ticket
Declaration
[DataMember]
public virtual int PrintTicketTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
PublishKbAnswerTemplateId
Template for formatting FAQ answers
Declaration
[DataMember]
public virtual int PublishKbAnswerTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
PublishKbQuestionTemplateId
Template for formatting FAQ questions
Declaration
[DataMember]
public virtual int PublishKbQuestionTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
TicketAlarmHotlistTemplateId
Template for notification of an escalated request in the favourites list
Declaration
[DataMember]
public virtual int TicketAlarmHotlistTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
UserActiveTicketsTemplateId
Template for notification of open requests
Declaration
[DataMember]
public virtual int UserActiveTicketsTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
UserNewMessageTemplateId
Template for notification of new message
Declaration
[DataMember]
public virtual int UserNewMessageTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
UserNewTicketTemplateId
Template for new ticket notification
Declaration
[DataMember]
public virtual int UserNewTicketTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
UserTicketActivatedTemplateId
Template for notification of activated request
Declaration
[DataMember]
public virtual int UserTicketActivatedTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
UserTicketAlarmTemplateId
Template for notification of escalated request
Declaration
[DataMember]
public virtual int UserTicketAlarmTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
UserTicketTakenOverTemplateId
Template for ticket reassignment
Declaration
[DataMember]
public virtual int UserTicketTakenOverTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
WeekStatTemplateId
Template for weekly statistics
Declaration
[DataMember]
public virtual int WeekStatTemplateId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
See Also
ToString(string)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
string | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
string | The carrier contents. |