Class DBC.LeadstatusFields
Fields for Leadstatus, List items of lead status that is selectable for contacts and persons that have specific category
Inherited Members
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 |