Show / Hide Table of Contents

Class DBC.ConfigurableScreenDeltaFields

Fields for ConfigurableScreenDelta, Parts of recipes in SCIL to insert or remove in given recipes

Inheritance
Object
DBC.ConfigurableScreenDeltaFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ConfigurableScreenDeltaFields

Fields

AppliesTo

ConfigurableScreenDelta.AppliesTo: String on this strict form: 'X <tablename><id> <tablename><id> X' Like X role8 X

Declaration
public const string AppliesTo = "appliesTo"
Field Value
Type Description
String

ConfigurableScreenDeltaId

ConfigurableScreenDelta.ConfigurableScreenDeltaId: Primary key

Declaration
public const string ConfigurableScreenDeltaId = "configurablescreendelta_id"
Field Value
Type Description
String

DeltaJson

ConfigurableScreenDelta.DeltaJson: String with the delta to merge into the SCIL recipe

Declaration
public const string DeltaJson = "deltaJson"
Field Value
Type Description
String

DeltaState

ConfigurableScreenDelta.DeltaState: State of the delta, like draft or published

Declaration
public const string DeltaState = "deltaState"
Field Value
Type Description
String

DeltaType

ConfigurableScreenDelta.DeltaType: Type of delta lik webpanel, but also system, customized.

Declaration
public const string DeltaType = "deltaType"
Field Value
Type Description
String

Description

ConfigurableScreenDelta.Description: The description of this delta

Declaration
public const string Description = "description"
Field Value
Type Description
String

Name

ConfigurableScreenDelta.Name: The name of this delta

Declaration
public const string Name = "name"
Field Value
Type Description
String

RecipeId

ConfigurableScreenDelta.RecipeId: The recipe in scil where this delta will be merged

Declaration
public const string RecipeId = "recipeId"
Field Value
Type Description
String

Registered

ConfigurableScreenDelta.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

ConfigurableScreenDelta.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Updated

ConfigurableScreenDelta.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

ConfigurableScreenDelta.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

ConfigurableScreenDelta.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top