Show / Hide Table of Contents

Class DBC.RelationTargetFields

Fields for RelationTarget, Definition of targets for a relation. Links a relation definition (RelDef) to source and target tables. In general, a relation can be created between any pair of tables. This table is used for specifying which table pairs a particular relation can be used for. A relation definition should have at least one row in this table, and can have more. Note: The 5.0 Maintenance and GUI only support contact and person as valid values for the source_table and destination_table fields, in any combination. Other relations will not be shown, and relation definitions pointing to other tables will not be editable from the Maintenance GUI; however, nothing will crash.

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

Fields

Bidirectional

RelationTarget.Bidirectional: Is relation bidirectional

Declaration
public const string Bidirectional = "bidirectional"
Field Value
Type Description
string

DestinationTable

RelationTarget.DestinationTable: Target table number (contact/person in 5.0)

Declaration
public const string DestinationTable = "destination_table"
Field Value
Type Description
string

Registered

RelationTarget.Registered: Registered when

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

RegisteredAssociateId

RelationTarget.RegisteredAssociateId: Registered by whom

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

ReldefId

RelationTarget.ReldefId: Reference to definition

Declaration
public const string ReldefId = "reldef_id"
Field Value
Type Description
string

ReltargetId

RelationTarget.ReltargetId: Primary key

Declaration
public const string ReltargetId = "reltarget_id"
Field Value
Type Description
string

SourceTable

RelationTarget.SourceTable: Source table number (contact/person in 5.0)

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

Updated

RelationTarget.Updated: Last updated when

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

UpdatedAssociateId

RelationTarget.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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