Class DBC.AutomatedCategoryUpdateFields
Fields for AutomatedCategoryUpdate, Info on how to autoupdate category when changing sale or leadstatus on person
Inherited Members
Namespace: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.AutomatedCategoryUpdateFields
Fields
AutomatedCategoryUpdateId
AutomatedCategoryUpdate.AutomatedCategoryUpdateId: Primary key
Declaration
public const string AutomatedCategoryUpdateId = "automatedcategoryupdate_id"
Field Value
| Type | Description |
|---|---|
| string |
DefaultCategory
AutomatedCategoryUpdate.DefaultCategory: The default category id to update to, and the actual new value if no user confirmation is needed
Declaration
public const string DefaultCategory = "default_category"
Field Value
| Type | Description |
|---|---|
| string |
LeadstatusId
AutomatedCategoryUpdate.LeadstatusId: The leadstatus id to match on person, to trigger autoupdate of category
Declaration
public const string LeadstatusId = "leadstatus_id"
Field Value
| Type | Description |
|---|---|
| string |
Registered
AutomatedCategoryUpdate.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
| Type | Description |
|---|---|
| string |
RegisteredAssociateId
AutomatedCategoryUpdate.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
TriggerType
AutomatedCategoryUpdate.TriggerType: The type of change to trigger the auto update
Declaration
public const string TriggerType = "trigger_type"
Field Value
| Type | Description |
|---|---|
| string |
Updated
AutomatedCategoryUpdate.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedAssociateId
AutomatedCategoryUpdate.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedCount
AutomatedCategoryUpdate.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
| Type | Description |
|---|---|
| string |
UserConfirmation
AutomatedCategoryUpdate.UserConfirmation: Whether to ask the user for confirmation before applying the autoupdate
Declaration
public const string UserConfirmation = "user_confirmation"
Field Value
| Type | Description |
|---|---|
| string |