Class DBC.TicketRelationActionFields
Fields for TicketRelationAction, Contains ticket relation actions, used to drive processing logic together with ticket relations
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TicketRelationActionFields
Fields
Action
TicketRelationAction.Action: The ejScript to be executed
Declaration
public const string Action = "action"
Field Value
Type | Description |
---|---|
String |
Event
TicketRelationAction.Event:
Declaration
public const string Event = "event"
Field Value
Type | Description |
---|---|
String |
Rank
TicketRelationAction.Rank: Order of execution
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
TicketRelationAction.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
TicketRelationAction.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SourceRelationType
TicketRelationAction.SourceRelationType: This action is bound to the given relation_type, for events on the relation's ticket_source
Declaration
public const string SourceRelationType = "source_relation_type"
Field Value
Type | Description |
---|---|
String |
TargetRelationType
TicketRelationAction.TargetRelationType: This action is bound to the given relation_type, for events on the relation's ticket_target
Declaration
public const string TargetRelationType = "target_relation_type"
Field Value
Type | Description |
---|---|
String |
TicketRelationActionId
TicketRelationAction.TicketRelationActionId: Primary key
Declaration
public const string TicketRelationActionId = "id"
Field Value
Type | Description |
---|---|
String |
Updated
TicketRelationAction.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
TicketRelationAction.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
TicketRelationAction.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |