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
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RelationTargetFields : Object

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