Show / Hide Table of Contents

Class DBC.LeadstatusFields

Fields for Leadstatus, List items of lead status that is selectable for contacts and persons that have specific category

Inheritance
object
DBC.LeadstatusFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.LeadstatusFields

Fields

Deleted

Leadstatus.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
string

LeadstatusId

Leadstatus.LeadstatusId: Primary key

Declaration
public const string LeadstatusId = "leadstatus_id"
Field Value
Type Description
string

Name

Leadstatus.Name: The list item

Declaration
public const string Name = "name"
Field Value
Type Description
string

Rank

Leadstatus.Rank: Rank order

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Tooltip

Leadstatus.Tooltip: Tooltip or other description

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top