Class DBC.UserGroupLinkFields
Fields for UserGroupLink, Link table between associate and usergroup, specifies secondary group membership. From SIX an associate may belong to more than one usergroup. Http://techdoc.superoffice.com has more information about how roles are implemented.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class UserGroupLinkFields
Fields
AssocId
UserGroupLink.AssocId: Link to associate
Declaration
public const string AssocId = "assoc_id"
Field Value
Type | Description |
---|---|
String |
EncryptedCheck
UserGroupLink.EncryptedCheck: Encrypted data, to detect unwanted changes
Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type | Description |
---|---|
String |
Registered
UserGroupLink.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
UserGroupLink.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Remark
UserGroupLink.Remark: Comment on why the assoc is linked to the group
Declaration
public const string Remark = "remark"
Field Value
Type | Description |
---|---|
String |
Updated
UserGroupLink.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
UserGroupLink.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
UserGroupLink.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
UserGroupId
UserGroupLink.UserGroupId: Link to group
Declaration
public const string UserGroupId = "UserGroup_id"
Field Value
Type | Description |
---|---|
String |
UserGroupLinkId
UserGroupLink.UserGroupLinkId: Primary key
Declaration
public const string UserGroupLinkId = "UserGroupLink_id"
Field Value
Type | Description |
---|---|
String |
ValidFrom
UserGroupLink.ValidFrom: When the membership becomes valid
Declaration
public const string ValidFrom = "validFrom"
Field Value
Type | Description |
---|---|
String |
ValidTo
UserGroupLink.ValidTo: Last datetime this membership is valid
Declaration
public const string ValidTo = "validTo"
Field Value
Type | Description |
---|---|
String |