Show / Hide Table of Contents

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
Object
DBC.UDListGroupLinkFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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
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

UdlistgrouplinkId

UDListGroupLink.UdlistgrouplinkId: Primary key

Declaration
public const string UdlistgrouplinkId = "udlistgrouplink_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

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top