Show / Hide Table of Contents

Class DBC.ErpListItemMappingFields

Fields for ErpListItemMapping, Defines a mapping of ERP to CRM fields, per connection and actor type

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

Fields

CrmItemKey

ErpListItemMapping.CrmItemKey: The unique key in the CRM database for this list item (list/table is identified by the ListReference in ErpField)

Declaration
public const string CrmItemKey = "CrmItemKey"
Field Value
Type Description
String

ErpFieldId

ErpListItemMapping.ErpFieldId: Link to the Erp field (and implicitly to crm list and Erp Connection)

Declaration
public const string ErpFieldId = "ErpFieldId"
Field Value
Type Description
String

ErpItemKey

ErpListItemMapping.ErpItemKey: The unique key in the ERP system for this list item

Declaration
public const string ErpItemKey = "ErpItemKey"
Field Value
Type Description
String

ErpListItemMappingId

ErpListItemMapping.ErpListItemMappingId: Primary key

Declaration
public const string ErpListItemMappingId = "erplistitemmapping_id"
Field Value
Type Description
String

Registered

ErpListItemMapping.Registered: Registered when

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

RegisteredAssociateId

ErpListItemMapping.RegisteredAssociateId: Registered by whom

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

Updated

ErpListItemMapping.Updated: Last updated when

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

UpdatedAssociateId

ErpListItemMapping.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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