Class DBC.ErpListItemMappingFields
Fields for ErpListItemMapping, Defines a mapping of ERP to CRM fields, per connection and actor type
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.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 |