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: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.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