Show / Hide Table of Contents

Class DBC.NotifyFields

Fields for Notify, This table contains the pop-up messages displayed for users for various events, such as 'new ticket', etc.

Inheritance
Object
DBC.NotifyFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class NotifyFields

Fields

CategoryId

Notify.CategoryId: The category involed in this notification

Declaration
public const string CategoryId = "category_id"
Field Value
Type Description
String

ChatNickName

Notify.ChatNickName: Chat customer nick name in this notification

Declaration
public const string ChatNickName = "chat_nick_name"
Field Value
Type Description
String

ChatTopicId

Notify.ChatTopicId: Chat topic involed in this notification

Declaration
public const string ChatTopicId = "chat_topic_id"
Field Value
Type Description
String

CustomMessage

Notify.CustomMessage: Text for custom notify messages

Declaration
public const string CustomMessage = "custom_message"
Field Value
Type Description
String

Expires

Notify.Expires: When the notification expires, if it has not yet been displayed.

Declaration
public const string Expires = "expires"
Field Value
Type Description
String

NotifyId

Notify.NotifyId: The primary key (auto-incremented)

Declaration
public const string NotifyId = "id"
Field Value
Type Description
String

OwnerId

Notify.OwnerId: The id of the user who is the original owner of this notification.

Declaration
public const string OwnerId = "owner_id"
Field Value
Type Description
String

TicketAlertId

Notify.TicketAlertId: Ticket alert used when tickets are escalated

Declaration
public const string TicketAlertId = "ticket_alert_id"
Field Value
Type Description
String

TicketId

Notify.TicketId: The id of the ticket this notification message affects.

Declaration
public const string TicketId = "ticket_id"
Field Value
Type Description
String

Type

Notify.Type: A number (enum) indicating the type of the notification.

Declaration
public const string Type = "type"
Field Value
Type Description
String

User2Id

Notify.User2Id: A second user involved in this notification

Declaration
public const string User2Id = "user2_id"
Field Value
Type Description
String

UserId

Notify.UserId: The id of the user who should be notified.

Declaration
public const string UserId = "user_id"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top