Class DBC.ImportObjectFields
Fields for ImportObject, Import object types - see localetext for names.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ImportObjectFields : Object
Fields
ExtensionOf
ImportObject.ExtensionOf: Id of parent object this object is an extension of, if any (may be included in keys of parent object)
Declaration
public const string ExtensionOf = "extensionOf"
Field Value
Type | Description |
---|---|
String |
ImportObjectId
ImportObject.ImportObjectId: Primary key
Declaration
public const string ImportObjectId = "ImportObject_id"
Field Value
Type | Description |
---|---|
String |
IsBuiltin
ImportObject.IsBuiltin: 1 = This row populated and maintained by SuperOffice
Declaration
public const string IsBuiltin = "isBuiltin"
Field Value
Type | Description |
---|---|
String |
Registered
ImportObject.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ImportObject.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
ShowInGui
ImportObject.ShowInGui: If 1, this object is visible in the object property list in the GUI, otherwise insert anyway
Declaration
public const string ShowInGui = "showInGui"
Field Value
Type | Description |
---|---|
String |
TableId
ImportObject.TableId: Table id of target table for this object
Declaration
public const string TableId = "tableId"
Field Value
Type | Description |
---|---|
String |
Tag
ImportObject.Tag: Name of object, not visible to the user
Declaration
public const string Tag = "tag"
Field Value
Type | Description |
---|---|
String |
Updated
ImportObject.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ImportObject.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ImportObject.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |