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.
Inheritance
System.Object
DBC.UDListGroupLinkFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class UDListGroupLinkFields
Fields
GroupId
UDListGroupLink.GroupId: Link to Group table
Declaration
public const string GroupId = "group_id"
Field Value
Type | Description |
---|---|
System.String |
Registered
UDListGroupLink.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
System.String |
RegisteredAssociateId
UDListGroupLink.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
System.String |
UdlistgrouplinkId
UDListGroupLink.UdlistgrouplinkId: Primary key
Declaration
public const string UdlistgrouplinkId = "udlistgrouplink_id"
Field Value
Type | Description |
---|---|
System.String |
UDListId
UDListGroupLink.UDListId: Link to UDList list table
Declaration
public const string UDListId = "udlist_id"
Field Value
Type | Description |
---|---|
System.String |
Updated
UDListGroupLink.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
System.String |
UpdatedAssociateId
UDListGroupLink.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
System.String |
UpdatedCount
UDListGroupLink.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
System.String |