Show / Hide Table of Contents

Class DBC.AudienceVisibilityFields

Fields for AudienceVisibility, How projects (or whatever) should be made visible in audience

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

Fields

AudienceVisibilityId

AudienceVisibility.AudienceVisibilityId: Primary key

Declaration
public const string AudienceVisibilityId = "AudienceVisibility_id"
Field Value
Type Description
string

Comment

AudienceVisibility.Comment: A possible user comment

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

ConstraintEnabled

AudienceVisibility.ConstraintEnabled: If 1, this visibility constraint is enabled; otherwise it is there for the record, but not active

Declaration
public const string ConstraintEnabled = "constraintEnabled"
Field Value
Type Description
string

ControllingRecord

AudienceVisibility.ControllingRecord: The record in the controlling table that defines visibility of the source record

Declaration
public const string ControllingRecord = "controllingRecord"
Field Value
Type Description
string

ControllingTable

AudienceVisibility.ControllingTable: The table that controls visibility of the source record

Declaration
public const string ControllingTable = "controllingTable"
Field Value
Type Description
string

ExtraInfo

AudienceVisibility.ExtraInfo: Extra info value

Declaration
public const string ExtraInfo = "extraInfo"
Field Value
Type Description
string

Registered

AudienceVisibility.Registered: Registered when

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

RegisteredAssociateId

AudienceVisibility.RegisteredAssociateId: Registered by whom

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

SourceRecord

AudienceVisibility.SourceRecord: Record ID in source table. This is the record to be made visible

Declaration
public const string SourceRecord = "sourceRecord"
Field Value
Type Description
string

SourceTable

AudienceVisibility.SourceTable: Source table, only table 'project' valid in Audience for Six

Declaration
public const string SourceTable = "sourceTable"
Field Value
Type Description
string

Updated

AudienceVisibility.Updated: Last updated when

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

UpdatedAssociateId

AudienceVisibility.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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