Show / Hide Table of Contents

Class DBC.ImportDefaultFields

Fields for ImportDefault, Defaults for import fields/objects

Inheritance
Object
DBC.ImportDefaultFields
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 ImportDefaultFields

Fields

DbFieldId

ImportDefault.DbFieldId: The database field (within that object, presumably!) this default applies to

Declaration
public const string DbFieldId = "dbFieldId"
Field Value
Type Description
String

ImportDefaultId

ImportDefault.ImportDefaultId: Primary key

Declaration
public const string ImportDefaultId = "ImportDefault_id"
Field Value
Type Description
String

ImportObjectId

ImportDefault.ImportObjectId: The object this default applies to

Declaration
public const string ImportObjectId = "ImportObject_id"
Field Value
Type Description
String

IntValue

ImportDefault.IntValue: Integer default value

Declaration
public const string IntValue = "intValue"
Field Value
Type Description
String

IsBuiltin

ImportDefault.IsBuiltin: 1 = This row populated and maintained by SuperOffice

Declaration
public const string IsBuiltin = "isBuiltin"
Field Value
Type Description
String

IsSearchField

ImportDefault.IsSearchField: If 1, the given db field is part of the search criteria for the given object

Declaration
public const string IsSearchField = "isSearchField"
Field Value
Type Description
String

Registered

ImportDefault.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

ImportDefault.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

StrValue

ImportDefault.StrValue: String value

Declaration
public const string StrValue = "strValue"
Field Value
Type Description
String

Updated

ImportDefault.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

ImportDefault.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

ImportDefault.UpdatedCount: Number of updates made to this record

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