Show / Hide Table of Contents

Class DBC.RelationDefinitionFields

Fields for RelationDefinition, Definition of a relation. This table defines the relations that can exist in the database. Each relation has an active text and a passive text. The table RelationTarget specifies which pairs of tables this relation can connect. Use of the active and passive texts is dependent on which direction the relation is viewed in, e.g., active text = "Owns" and passive text = "Is owned by".

Inheritance
Object
DBC.RelationDefinitionFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RelationDefinitionFields : Object

Fields

Defcomment

RelationDefinition.Defcomment: Comment

Declaration
public const string Defcomment = "defcomment"
Field Value
Type Description
String

Deleted

RelationDefinition.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
String

Name

RelationDefinition.Name: Active text

Declaration
public const string Name = "name"
Field Value
Type Description
String

PassiveText

RelationDefinition.PassiveText: Text used in passive direction

Declaration
public const string PassiveText = "passive_text"
Field Value
Type Description
String

Rank

RelationDefinition.Rank: Rank order

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

RelationDefinition.Registered: Registered when

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

RegisteredAssociateId

RelationDefinition.RegisteredAssociateId: Registered by whom

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

ReldefId

RelationDefinition.ReldefId: Primary key

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

Tooltip

RelationDefinition.Tooltip: Tooltip or other description

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
String

Updated

RelationDefinition.Updated: Last updated when

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

UpdatedAssociateId

RelationDefinition.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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