Show / Hide Table of Contents

Class DBC.SORCriteriaFields

Fields for SORCriteria, SuperOffice reporter data

Inheritance
object
DBC.SORCriteriaFields
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.SORCriteriaFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top