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