Class DBC.SLinkFields
Fields for SLink, Links in messages to measure success rate of a campaign.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SLinkFields
Fields
ActionFlags
SLink.ActionFlags: Bitmask defining what action should be taken
Declaration
public const string ActionFlags = "action_flags"
Field Value
Type | Description |
---|---|
string |
AddContactInterest
SLink.AddContactInterest: Contact interest to add to recipient person
Declaration
public const string AddContactInterest = "add_contact_interest"
Field Value
Type | Description |
---|---|
string |
AddContactSelection
SLink.AddContactSelection: Static contact selection to add person to
Declaration
public const string AddContactSelection = "add_contact_selection"
Field Value
Type | Description |
---|---|
string |
AddPersonInterest
SLink.AddPersonInterest: Person interest to add to recipient person
Declaration
public const string AddPersonInterest = "add_person_interest"
Field Value
Type | Description |
---|---|
string |
AddProject
SLink.AddProject: Project to add person to, as member
Declaration
public const string AddProject = "add_project"
Field Value
Type | Description |
---|---|
string |
AddToSelection
SLink.AddToSelection: The id of the selection that the customer shall be added to
Declaration
public const string AddToSelection = "add_to_selection"
Field Value
Type | Description |
---|---|
string |
Description
SLink.Description: A short description of this link
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
string |
ExtraField
SLink.ExtraField: The name of the extra field to set if the customer clicks a link. empty if no extra field
Declaration
public const string ExtraField = "extra_field"
Field Value
Type | Description |
---|---|
string |
FolderId
SLink.FolderId: The folder which this link belongs to. -1 indicates that the link is on the root
Declaration
public const string FolderId = "folder_id"
Field Value
Type | Description |
---|---|
string |
Hits
SLink.Hits: Number of clicks on this link
Declaration
public const string Hits = "hits"
Field Value
Type | Description |
---|---|
string |
LastReset
SLink.LastReset: The time of last reset.
Declaration
public const string LastReset = "last_reset"
Field Value
Type | Description |
---|---|
string |
LinkValue
SLink.LinkValue: The value of the extra field to set if the customer clicks a link.
Declaration
public const string LinkValue = "value"
Field Value
Type | Description |
---|---|
string |
RedirectIsUrl
SLink.RedirectIsUrl: 1 if url is used, 0 if custom text is used.
Declaration
public const string RedirectIsUrl = "redirect_is_url"
Field Value
Type | Description |
---|---|
string |
Registered
SLink.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
SLink.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
RemoveContactInterest
SLink.RemoveContactInterest: Person interest to remove from recipient person
Declaration
public const string RemoveContactInterest = "remove_contact_interest"
Field Value
Type | Description |
---|---|
string |
RemoveContactSelection
SLink.RemoveContactSelection: Static contact selection to remove person from
Declaration
public const string RemoveContactSelection = "remove_contact_selection"
Field Value
Type | Description |
---|---|
string |
RemoveFromSelection
SLink.RemoveFromSelection: The id of the selection that the customer shall be removed from
Declaration
public const string RemoveFromSelection = "remove_from_selection"
Field Value
Type | Description |
---|---|
string |
RemovePersonInterest
SLink.RemovePersonInterest: Person interest to remove from recipient person
Declaration
public const string RemovePersonInterest = "remove_person_interest"
Field Value
Type | Description |
---|---|
string |
RemoveProject
SLink.RemoveProject: Project to remove person from, as member
Declaration
public const string RemoveProject = "remove_project"
Field Value
Type | Description |
---|---|
string |
SLinkId
SLink.SLinkId: Primary key
Declaration
public const string SLinkId = "id"
Field Value
Type | Description |
---|---|
string |
ScriptId
SLink.ScriptId: The ejScript which will be run when the link is clicked. -1 means no script is run
Declaration
public const string ScriptId = "script_id"
Field Value
Type | Description |
---|---|
string |
Status
SLink.Status: Deleted or not. Deleted links should still work.
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
string |
TaskAssociateId
SLink.TaskAssociateId: Associate whose diary should receive the task or assignment (unless AssignToOurContact is specified)
Declaration
public const string TaskAssociateId = "task_associate_id"
Field Value
Type | Description |
---|---|
string |
TaskCreatingAssociateId
SLink.TaskCreatingAssociateId: Associate who should stand as creator of task; also works as fallback if an assigned task is rejected. Usually the associate who ordered the shipment
Declaration
public const string TaskCreatingAssociateId = "task_creating_associate_id"
Field Value
Type | Description |
---|---|
string |
TaskDuration
SLink.TaskDuration: Task duration in minutes
Declaration
public const string TaskDuration = "task_duration"
Field Value
Type | Description |
---|---|
string |
TaskFlags
SLink.TaskFlags: Flags that control how the task is created
Declaration
public const string TaskFlags = "task_flags"
Field Value
Type | Description |
---|---|
string |
TaskIdx
SLink.TaskIdx: Task type of new task
Declaration
public const string TaskIdx = "task_idx"
Field Value
Type | Description |
---|---|
string |
TaskProject
SLink.TaskProject: Project to connect task to, can be 0
Declaration
public const string TaskProject = "task_project"
Field Value
Type | Description |
---|---|
string |
TaskStart
SLink.TaskStart: Start time of task, unless UseNextAvailableTime is specified
Declaration
public const string TaskStart = "task_start"
Field Value
Type | Description |
---|---|
string |
TaskText
SLink.TaskText: Text of task to be created
Declaration
public const string TaskText = "task_text"
Field Value
Type | Description |
---|---|
string |
TemplateText
SLink.TemplateText: Text to print when link is clicked.
Declaration
public const string TemplateText = "template_text"
Field Value
Type | Description |
---|---|
string |
TicketCategory
SLink.TicketCategory: The id of the category a ticket is in.
Declaration
public const string TicketCategory = "ticket_category"
Field Value
Type | Description |
---|---|
string |
TicketOwnedBy
SLink.TicketOwnedBy: The id of the user who owns the ticket. 1 (system user) if the ticket is unassigned.
Declaration
public const string TicketOwnedBy = "ticket_owned_by"
Field Value
Type | Description |
---|---|
string |
TicketPriority
SLink.TicketPriority: The reference to the ticket_priority table.
Declaration
public const string TicketPriority = "ticket_priority"
Field Value
Type | Description |
---|---|
string |
TicketTitle
SLink.TicketTitle: The title on the ticket if the clicks results in creating a request.
Declaration
public const string TicketTitle = "ticket_title"
Field Value
Type | Description |
---|---|
string |
Updated
SLink.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
SLink.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
SLink.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |
Url
SLink.Url: The real URL of this link (www.vg.no etc)
Declaration
public const string Url = "url"
Field Value
Type | Description |
---|---|
string |