Class DBC.ErpInternalKeyFields
Fields for ErpInternalKey, The internal (superoffice-facing) key related to a synchronized record
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ErpInternalKeyFields : Object
Fields
ErpInternalKeyId
ErpInternalKey.ErpInternalKeyId: Primary key
Declaration
public const string ErpInternalKeyId = "erpinternalkey_id"
Field Value
Type | Description |
---|---|
String |
MostRecentTimestamp
ErpInternalKey.MostRecentTimestamp: Datetime, transaction number or other identification of the point in time of the most-recently seen actor in the ERP system
Declaration
public const string MostRecentTimestamp = "MostRecentTimestamp"
Field Value
Type | Description |
---|---|
String |
RecordId
ErpInternalKey.RecordId: ID of row this right applies to
Declaration
public const string RecordId = "recordId"
Field Value
Type | Description |
---|---|
String |
Registered
ErpInternalKey.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ErpInternalKey.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
TableId
ErpInternalKey.TableId: ID of table this right is valid for
Declaration
public const string TableId = "tableId"
Field Value
Type | Description |
---|---|
String |
Updated
ErpInternalKey.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ErpInternalKey.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ErpInternalKey.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |