Show / Hide Table of Contents

Class DBC.SourceGroupLinkFields

Fields for SourceGroupLink, User group link table for Source, for MDO item hiding

Inheritance
Object
DBC.SourceGroupLinkFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SourceGroupLinkFields : Object

Fields

GroupId

SourceGroupLink.GroupId: Link to Group table

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

Registered

SourceGroupLink.Registered: Registered when

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

RegisteredAssociateId

SourceGroupLink.RegisteredAssociateId: Registered by whom

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

SourcegrouplinkId

SourceGroupLink.SourcegrouplinkId: Primary key

Declaration
public const string SourcegrouplinkId = "sourcegrouplink_id"
Field Value
Type Description
String

SourceId

SourceGroupLink.SourceId: Link to Source list table

Declaration
public const string SourceId = "source_id"
Field Value
Type Description
String

Updated

SourceGroupLink.Updated: Last updated when

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

UpdatedAssociateId

SourceGroupLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

SourceGroupLink.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