Class DBC.VisibleForFields
Fields for VisibleFor, Visible for rights, who may see this appointment/document, sale, salehist or selection
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class VisibleForFields : Object
Fields
AppointmentId
VisibleFor.AppointmentId: Shortcut: appointment id, if tableId = appointment; to give faster joins
Declaration
public const string AppointmentId = "appointmentId"
Field Value
Type | Description |
---|---|
String |
EncryptedCheck
VisibleFor.EncryptedCheck: Encrypted checksum field, to prevent tampering
Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type | Description |
---|---|
String |
ForAll
VisibleFor.ForAll: 1 = visible to all, 0 = not visible to all
Declaration
public const string ForAll = "forAll"
Field Value
Type | Description |
---|---|
String |
ForAssocId
VisibleFor.ForAssocId: 0 = not visible to any particular associate, or ID of associate
Declaration
public const string ForAssocId = "forAssocId"
Field Value
Type | Description |
---|---|
String |
ForGroupId
VisibleFor.ForGroupId: 0 = not visible to any particular group, or ID of group
Declaration
public const string ForGroupId = "forGroupId"
Field Value
Type | Description |
---|---|
String |
RecordId
VisibleFor.RecordId: ID of row this right applies to
Declaration
public const string RecordId = "recordId"
Field Value
Type | Description |
---|---|
String |
Registered
VisibleFor.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
VisibleFor.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SaleHistId
VisibleFor.SaleHistId: Shortcut: salehist id, if tableId = salehist to give faster joins
Declaration
public const string SaleHistId = "saleHistId"
Field Value
Type | Description |
---|---|
String |
SaleId
VisibleFor.SaleId: Shortcut: sale id, if tableId = sale to give faster joins
Declaration
public const string SaleId = "saleId"
Field Value
Type | Description |
---|---|
String |
SelectionId
VisibleFor.SelectionId: Shortcut: selection id, if tableId = selection to give faster joins
Declaration
public const string SelectionId = "selectionId"
Field Value
Type | Description |
---|---|
String |
TableId
VisibleFor.TableId: ID of table this right is valid for
Declaration
public const string TableId = "tableId"
Field Value
Type | Description |
---|---|
String |
Updated
VisibleFor.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
VisibleFor.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
VisibleFor.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
VisibleForId
VisibleFor.VisibleForId: Primary key
Declaration
public const string VisibleForId = "VisibleFor_id"
Field Value
Type | Description |
---|---|
String |