Class DBC.URLFields
Fields for URL, Unified Resource Locators, URL to contacts, persons or projects.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class URLFields : Object
Fields
ContactId
URL.ContactId: Relations to possible owners
Declaration
public const string ContactId = "contact_id"
Field Value
Type | Description |
---|---|
String |
Description
URL.Description: Visible field
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
PersonId
URL.PersonId: Relations to possible owners
Declaration
public const string PersonId = "person_id"
Field Value
Type | Description |
---|---|
String |
ProjectId
URL.ProjectId: Relations to possible owners
Declaration
public const string ProjectId = "project_id"
Field Value
Type | Description |
---|---|
String |
Rank
URL.Rank: Rank order in lists
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
URL.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
URL.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
ReservedId1
URL.ReservedId1: Reserved for potential future owners
Declaration
public const string ReservedId1 = "reserved_id1"
Field Value
Type | Description |
---|---|
String |
ReservedId2
URL.ReservedId2: Reserved for potential future owners
Declaration
public const string ReservedId2 = "reserved_id2"
Field Value
Type | Description |
---|---|
String |
Type
URL.Type: Fixed, predefined list of types
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |
Updated
URL.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
URL.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
URL.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
UrlAddress
URL.UrlAddress: URL address
Declaration
public const string UrlAddress = "url_address"
Field Value
Type | Description |
---|---|
String |
UrlId
URL.UrlId: Primary key
Declaration
public const string UrlId = "url_id"
Field Value
Type | Description |
---|---|
String |