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
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RelationDefinitionFields
Fields
Defcomment
RelationDefinition.Defcomment: Comment
Declaration
public const string Defcomment = "defcomment"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Name
RelationDefinition.Name: Active text
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.String |
PassiveText
RelationDefinition.PassiveText: Text used in passive direction
Declaration
public const string PassiveText = "passive_text"
Field Value
Type | Description |
---|---|
System.String |
Rank
RelationDefinition.Rank: Rank order
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
System.String |
Registered
RelationDefinition.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
System.String |
RegisteredAssociateId
RelationDefinition.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
System.String |
ReldefId
RelationDefinition.ReldefId: Primary key
Declaration
public const string ReldefId = "reldef_id"
Field Value
Type | Description |
---|---|
System.String |
Tooltip
RelationDefinition.Tooltip: Tooltip or other description
Declaration
public const string Tooltip = "tooltip"
Field Value
Type | Description |
---|---|
System.String |
Updated
RelationDefinition.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
System.String |
UpdatedAssociateId
RelationDefinition.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
System.String |
UpdatedCount
RelationDefinition.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
System.String |