Class DBC.ConfigurableScreenAppliesToFields
Fields for ConfigurableScreenAppliesTo, Mapping between recipes in scil and chosen type of data (appliesToKey) to differ layouts on
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ConfigurableScreenAppliesToFields : Object
Fields
AppliesToKey
ConfigurableScreenAppliesTo.AppliesToKey: Which data will be used to differ on layouts for this recipe
Declaration
public const string AppliesToKey = "appliesToKey"
Field Value
Type | Description |
---|---|
String |
ConfigurableScreenAppliesToId
ConfigurableScreenAppliesTo.ConfigurableScreenAppliesToId: Primary key
Declaration
public const string ConfigurableScreenAppliesToId = "configurablescreenappliesto_id"
Field Value
Type | Description |
---|---|
String |
RecipeId
ConfigurableScreenAppliesTo.RecipeId: The recipe in scil that might be modified
Declaration
public const string RecipeId = "recipeId"
Field Value
Type | Description |
---|---|
String |
Registered
ConfigurableScreenAppliesTo.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ConfigurableScreenAppliesTo.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
ConfigurableScreenAppliesTo.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ConfigurableScreenAppliesTo.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ConfigurableScreenAppliesTo.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |