Skip to main content

Class AutomatedCategoryUpdate

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AutomatedCategoryUpdate. Carrier for an automated category update setting.

Inheritance

objectCarrierAutomatedCategoryUpdate

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

AutomatedCategoryUpdate()

Default constructor - defaults any enum props to 0.

Properties

DefaultCategory

The default category id to update to, and the actual new value if no user confirmation is needed

Property Value

int

Enabled

Indicates whether the automated category update is enabled for this trigger.

Property Value

bool

LeadstatusId

The leadstatus id to match on person, to trigger autoupdate of category

Property Value

int

TriggerType

The type of change to trigger the auto update NULL if unknown enum value.

Property Value

CategoryUpdateTrigger?

See Also

AutomatedCategoryUpdate.TriggerType_String

TriggerType_String

The type of change to trigger the auto update Raw string enum value.

Property Value

string

See Also

AutomatedCategoryUpdate.TriggerType

UserConfirmation

Whether to ask the user for confirmation before applying the autoupdate

Property Value

bool

See Also

ListAgent