Class DBC.RoleFields
Fields for Role, User roles for role-based security, names and tooltips are in LocaleText. For more information regarding role based security, see http://techdoc.superoffice.com
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RoleFields : Object
Fields
Deleted
Role.Deleted: 1 if role has been deleted (we do not actually delete)
Declaration
public const string Deleted = "deleted"
Field Value
Type | Description |
---|---|
String |
EncryptedCheck
Role.EncryptedCheck: Encrypted data, to detect unwanted changes
Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type | Description |
---|---|
String |
Name
Role.Name: Visible role name
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Rank
Role.Rank: Sorting rank of this role in lists
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
Role.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Role.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
RoleId
Role.RoleId: Primary key
Declaration
public const string RoleId = "Role_id"
Field Value
Type | Description |
---|---|
String |
RoleType
Role.RoleType: 0 = employee, 1 = external user, 2 = anonymous
Declaration
public const string RoleType = "roleType"
Field Value
Type | Description |
---|---|
String |
Tooltip
Role.Tooltip: Visible tooltip
Declaration
public const string Tooltip = "tooltip"
Field Value
Type | Description |
---|---|
String |
Updated
Role.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Role.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Role.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
UseCategories
Role.UseCategories: Override user categories with role categories
Declaration
public const string UseCategories = "use_categories"
Field Value
Type | Description |
---|---|
String |