Class DBC.ForeignAppFields
Fields for ForeignApp, Top level of Foreign Key system
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ForeignAppFields : Object
Fields
ForeignappId
ForeignApp.ForeignappId: Primary key
Declaration
public const string ForeignappId = "foreignapp_id"
Field Value
Type | Description |
---|---|
String |
Name
ForeignApp.Name: Name of foreign application
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Registered
ForeignApp.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ForeignApp.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
ForeignApp.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ForeignApp.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ForeignApp.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |