Show / Hide Table of Contents

Class DBC.DocTmplGroupLinkFields

Fields for DocTmplGroupLink, User group link table for DocTmpl, for MDO item hiding

Inheritance
Object
DBC.DocTmplGroupLinkFields
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 DocTmplGroupLinkFields

Fields

DoctmplgrouplinkId

DocTmplGroupLink.DoctmplgrouplinkId: Primary key

Declaration
public const string DoctmplgrouplinkId = "doctmplgrouplink_id"
Field Value
Type Description
String

DocTmplId

DocTmplGroupLink.DocTmplId: Link to DocTmpl list table

Declaration
public const string DocTmplId = "doctmpl_id"
Field Value
Type Description
String

GroupId

DocTmplGroupLink.GroupId: Link to Group table

Declaration
public const string GroupId = "group_id"
Field Value
Type Description
String

Registered

DocTmplGroupLink.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

DocTmplGroupLink.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Updated

DocTmplGroupLink.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

DocTmplGroupLink.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

DocTmplGroupLink.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 |  Back to top