Show / Hide Table of Contents

Class DBC.ImportFieldFields

Fields for ImportField, Import object types - see localetext for names

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

Fields

DbFieldId

ImportField.DbFieldId: Database field id of target field (implies table)

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

GuiCategory

ImportField.GuiCategory: Used for grouping objects in GUI; see LocaleText for name

Declaration
public const string GuiCategory = "guiCategory"
Field Value
Type Description
String

ImportFieldId

ImportField.ImportFieldId: Primary key

Declaration
public const string ImportFieldId = "ImportField_id"
Field Value
Type Description
String

ImportObjectId

ImportField.ImportObjectId: The primary object type for this import field

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

IsBuiltin

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

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

Registered

ImportField.Registered: Registered when

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

RegisteredAssociateId

ImportField.RegisteredAssociateId: Registered by whom

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

Tag

ImportField.Tag: Name of field, not visible to the user

Declaration
public const string Tag = "tag"
Field Value
Type Description
String

Updated

ImportField.Updated: Last updated when

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

UpdatedAssociateId

ImportField.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

ImportField.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