Show / Hide Table of Contents

Class AutomatedCategoryUpdate

Utm parameters for a given person.

Carrier object for AutomatedCategoryUpdate. Services for the AutomatedCategoryUpdate Carrier is available from the List Agent.
Inheritance
object
AutomatedCategoryUpdate
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class AutomatedCategoryUpdate : Carrier

Constructors

AutomatedCategoryUpdate()

Default constructor

Declaration
public AutomatedCategoryUpdate()
See Also
IListAgent

Properties

DefaultCategory

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

Declaration
[DataMember]
public virtual int DefaultCategory { get; set; }
Property Value
Type Description
int
See Also
IListAgent

Enabled

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

Declaration
[DataMember]
public virtual bool Enabled { get; set; }
Property Value
Type Description
bool
See Also
IListAgent

LeadstatusId

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

Declaration
[DataMember]
public virtual int LeadstatusId { get; set; }
Property Value
Type Description
int
See Also
IListAgent

TriggerType

The type of change to trigger the auto update

Declaration
[DataMember]
public virtual CategoryUpdateTrigger TriggerType { get; set; }
Property Value
Type Description
CategoryUpdateTrigger
See Also
IListAgent

UserConfirmation

Whether to ask the user for confirmation before applying the autoupdate

Declaration
[DataMember]
public virtual bool UserConfirmation { get; set; }
Property Value
Type Description
bool
See Also
IListAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IListAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IListAgent

See Also

IListAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top