Show / Hide Table of Contents

Class DBC.AudienceLayoutLinkFields

Fields for AudienceLayoutLink, Link between an audience layout and some target grouping table - might be Role or Category

Inheritance
object
DBC.AudienceLayoutLinkFields
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 DBC.AudienceLayoutLinkFields

Fields

AudienceLayoutId

AudienceLayoutLink.AudienceLayoutId: The name of the installed instance of Audience - must match the web.config file

Declaration
public const string AudienceLayoutId = "audienceLayoutId"
Field Value
Type Description
string

AudienceLayoutLinkId

AudienceLayoutLink.AudienceLayoutLinkId: Primary key

Declaration
public const string AudienceLayoutLinkId = "AudienceLayoutLink_id"
Field Value
Type Description
string

Comment

AudienceLayoutLink.Comment: A possible user comment when making this link

Declaration
public const string Comment = "comment"
Field Value
Type Description
string

Registered

AudienceLayoutLink.Registered: Registered when

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

RegisteredAssociateId

AudienceLayoutLink.RegisteredAssociateId: Registered by whom

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

TargetRecord

AudienceLayoutLink.TargetRecord: ID of record in target table that this layout is valid for

Declaration
public const string TargetRecord = "targetRecord"
Field Value
Type Description
string

TargetTable

AudienceLayoutLink.TargetTable: Table number of target table - entity that the layout is valid for

Declaration
public const string TargetTable = "targetTable"
Field Value
Type Description
string

Updated

AudienceLayoutLink.Updated: Last updated when

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

UpdatedAssociateId

AudienceLayoutLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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