Class DBC.SORCriteriaFields
Fields for SORCriteria, SuperOffice reporter data
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SORCriteriaFields : Object
Fields
FieldName
SORCriteria.FieldName: Database field name
Declaration
public const string FieldName = "fieldName"
Field Value
Type | Description |
---|---|
String |
Locked
SORCriteria.Locked: If 1, then this crierion is locked and its value cannot be changed outside of Reporter Studio
Declaration
public const string Locked = "locked"
Field Value
Type | Description |
---|---|
String |
Registered
SORCriteria.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
SORCriteria.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SORCriteriaId
SORCriteria.SORCriteriaId: Primary key
Declaration
public const string SORCriteriaId = "SORCriteria_id"
Field Value
Type | Description |
---|---|
String |
SOROperatorsId
SORCriteria.SOROperatorsId: Operator foreign key
Declaration
public const string SOROperatorsId = "SOROperators_id"
Field Value
Type | Description |
---|---|
String |
SORPublishId
SORCriteria.SORPublishId: Owning publish name
Declaration
public const string SORPublishId = "SORPublish_id"
Field Value
Type | Description |
---|---|
String |
Updated
SORCriteria.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
SORCriteria.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
SORCriteria.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
UseIt
SORCriteria.UseIt: 1=criterion is in use, otherwise 0
Declaration
public const string UseIt = "useIt"
Field Value
Type | Description |
---|---|
String |
Value1
SORCriteria.Value1: First part of value
Declaration
public const string Value1 = "value1"
Field Value
Type | Description |
---|---|
String |
Value2
SORCriteria.Value2: Second part of value
Declaration
public const string Value2 = "value2"
Field Value
Type | Description |
---|---|
String |
WhereOrder
SORCriteria.WhereOrder: relative order in where clause
Declaration
public const string WhereOrder = "whereOrder"
Field Value
Type | Description |
---|---|
String |