Class DBC.UDListGroupLinkFields
Fields for UDListGroupLink, User group link table for UDList, for MDO item hiding. Note - MDO mode for userdefinede lists are either turned on or off, you may not have it on for one userdefined list and off for the others.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.UDListGroupLinkFields
Fields
GroupId
UDListGroupLink.GroupId: Link to Group table
Declaration
public const string GroupId = "group_id"
Field Value
Type | Description |
---|---|
string |
Registered
UDListGroupLink.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
UDListGroupLink.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
UDListId
UDListGroupLink.UDListId: Link to UDList list table
Declaration
public const string UDListId = "udlist_id"
Field Value
Type | Description |
---|---|
string |
UdlistgrouplinkId
UDListGroupLink.UdlistgrouplinkId: Primary key
Declaration
public const string UdlistgrouplinkId = "udlistgrouplink_id"
Field Value
Type | Description |
---|---|
string |
Updated
UDListGroupLink.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
UDListGroupLink.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
UDListGroupLink.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |