Class WorkflowGoalType
Workflow Goal Type This Enum is used by: workflow_goal.goal_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class WorkflowGoalType : Enum
Fields
AddedToProject
5: AddedToProject
Declaration
public const WorkflowGoalType AddedToProject
Field Value
Type | Description |
---|---|
WorkflowGoalType |
AddedToSelection
6: AddedToSelection
Declaration
public const WorkflowGoalType AddedToSelection
Field Value
Type | Description |
---|---|
WorkflowGoalType |
AppointmentCreated
4: AppointmentCreated
Declaration
public const WorkflowGoalType AppointmentCreated
Field Value
Type | Description |
---|---|
WorkflowGoalType |
FormSubmitted
7: FormSubmitted
Declaration
public const WorkflowGoalType FormSubmitted
Field Value
Type | Description |
---|---|
WorkflowGoalType |
HadChat
8: HadChat
Declaration
public const WorkflowGoalType HadChat
Field Value
Type | Description |
---|---|
WorkflowGoalType |
LinkClicked
9: LinkClicked
Declaration
public const WorkflowGoalType LinkClicked
Field Value
Type | Description |
---|---|
WorkflowGoalType |
None
0: None
Declaration
public const WorkflowGoalType None
Field Value
Type | Description |
---|---|
WorkflowGoalType |
PersonUpdated
1: PersonUpdated
Declaration
public const WorkflowGoalType PersonUpdated
Field Value
Type | Description |
---|---|
WorkflowGoalType |
RequestCreated
10: RequestCreated
Declaration
public const WorkflowGoalType RequestCreated
Field Value
Type | Description |
---|---|
WorkflowGoalType |
SaleCreatedOnCompany
3: SaleCreatedOnCompany
Declaration
public const WorkflowGoalType SaleCreatedOnCompany
Field Value
Type | Description |
---|---|
WorkflowGoalType |
SaleCreatedOnPerson
2: SaleCreatedOnPerson
Declaration
public const WorkflowGoalType SaleCreatedOnPerson
Field Value
Type | Description |
---|---|
WorkflowGoalType |
value__
Workflow Goal Type This Enum is used by: workflow_goal.goal_type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)