Class DBC.PublishFields
Fields for Publish, Publishing system for external users
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class PublishFields : Object
Fields
EncryptedCheck
Publish.EncryptedCheck: Encrypted data, to detect unwanted changes
Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type | Description |
---|---|
String |
EventDate
Publish.EventDate: The date an event actually happens; you may want to have some special processing around that date
Declaration
public const string EventDate = "eventDate"
Field Value
Type | Description |
---|---|
String |
PublishFrom
Publish.PublishFrom: Publication valid from (inclusive)
Declaration
public const string PublishFrom = "publishFrom"
Field Value
Type | Description |
---|---|
String |
PublishId
Publish.PublishId: Primary key
Declaration
public const string PublishId = "Publish_id"
Field Value
Type | Description |
---|---|
String |
PublishTo
Publish.PublishTo: Publication valid to (inclusive)
Declaration
public const string PublishTo = "publishTo"
Field Value
Type | Description |
---|---|
String |
PublishType
Publish.PublishType: Type of publishing action, 0 = Unknown, 1 = to external persons
Declaration
public const string PublishType = "publishType"
Field Value
Type | Description |
---|---|
String |
RecordId
Publish.RecordId: Record number that has been published
Declaration
public const string RecordId = "recordId"
Field Value
Type | Description |
---|---|
String |
Registered
Publish.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Publish.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
TableNumber
Publish.TableNumber: Table number this record refers to
Declaration
public const string TableNumber = "tableNumber"
Field Value
Type | Description |
---|---|
String |
Updated
Publish.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Publish.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Publish.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |