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 DBC.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

ContactId

Notify.ContactId: Id of the assigned contact

Declaration
public const string ContactId = "contact_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

CustomUrl

Notify.CustomUrl: An URL which can be set with custom notification messages

Declaration
public const string CustomUrl = "custom_url"
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

PersonId

Notify.PersonId: Id of the assigned person

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
string

Registered

Notify.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

Notify.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_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