Class DBC.DataRightFields
Fields for DataRight, Data right definition
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DataRightFields : Object
Fields
CRUD
DataRight.CRUD: Allowed operations, composed of characters indicating operations.
Declaration
public const string CRUD = "CRUD"
Field Value
Type | Description |
---|---|
String |
DataRightId
DataRight.DataRightId: Primary key
Declaration
public const string DataRightId = "DataRight_id"
Field Value
Type | Description |
---|---|
String |
EncryptedCheck
DataRight.EncryptedCheck: Encrypted data, to detect unwanted changes
Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type | Description |
---|---|
String |
FieldId
DataRight.FieldId: ID of field this right is valid for. 0 = whole table. Must correspond to tableId!
Declaration
public const string FieldId = "fieldId"
Field Value
Type | Description |
---|---|
String |
Registered
DataRight.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
DataRight.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
RelationToOwner
DataRight.RelationToOwner: How is the owner related to the target - 0 = Owner, 1 = Primary group, 2 = Other, 3 = Other group, 4 = External, 5 = Anonymous, 6 = My company, 7 = Same project, 8 = Other to external, 9 = Hide this relation (used with ShownOtherCompanyAssoc functional right)
Declaration
public const string RelationToOwner = "relationToOwner"
Field Value
Type | Description |
---|---|
String |
RoleId
DataRight.RoleId: Role this dataright is valid for
Declaration
public const string RoleId = "roleId"
Field Value
Type | Description |
---|---|
String |
TableId
DataRight.TableId: ID of table this right is valid for
Declaration
public const string TableId = "tableId"
Field Value
Type | Description |
---|---|
String |
Updated
DataRight.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
DataRight.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
DataRight.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |