Show / Hide Table of Contents

Class DBC.CustConfigFields

Fields for CustConfig, This table contains JSON structures used for customizing the customer center

Inheritance
Object
DBC.CustConfigFields
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 CustConfigFields

Fields

Config

CustConfig.Config: A JSON-formatted config

Declaration
public const string Config = "config"
Field Value
Type Description
String

CustConfigId

CustConfig.CustConfigId: Primary key

Declaration
public const string CustConfigId = "cust_config_id"
Field Value
Type Description
String

CustLangId

CustConfig.CustLangId: The customer language which this config belongs to. 0 indicates that the config is global

Declaration
public const string CustLangId = "cust_lang_id"
Field Value
Type Description
String

Registered

CustConfig.Registered: Registered when

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

RegisteredAssociateId

CustConfig.RegisteredAssociateId: Registered by whom

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

Type

CustConfig.Type: What kind of data is in this row

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

Updated

CustConfig.Updated: Last updated when

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

UpdatedAssociateId

CustConfig.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

CustConfig.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