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".
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.RelationDefinitionFields
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 |