Skip to main content
Contains configuration when displaying the Customer Center. Carrier object for CustomerCenterConfig.

Constructors

NSCustomerCenterConfig()

Initializes a new instance of the NSCustomerCenterConfig class.

Methods

GetConfig()

Returns: CRMScript.Global.String - A JSON-formatted config. Example:

GetCustConfigId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetCustLangId()

Returns: CRMScript.Global.Integer - The customer language which this config belongs to. 0 indicates that the config is global. Example:

GetRegistered()

Returns: CRMScript.Global.DateTime - Registered when. Example:

GetRegisteredAssociateId()

Returns: CRMScript.Global.Integer - Registered by whom. Example:

GetType()

Returns: CRMScript.Global.Integer - What kind of data is in this row. What kind of data is in this row. See <xref href=“CRMScript.NetServer.ConfigType” data-throw-if-not-resolved=“false”></xref> Example:

GetUpdated()

Returns: CRMScript.Global.DateTime - Last updated when. Example:

GetUpdatedAssociateId()

Returns: CRMScript.Global.Integer - Last updated by whom. Example:

SetConfig(String)

Returns: CRMScript.Global.Void Example:

SetCustConfigId(Integer)

Returns: CRMScript.Global.Void Example:

SetCustLangId(Integer)

Returns: CRMScript.Global.Void Example:

SetRegistered(DateTime)

Returns: CRMScript.Global.Void Example:

SetRegisteredAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetType(Integer)

Returns: CRMScript.Global.Void Example:

SetRegiSetUpdated(DateTime)

Returns: CRMScript.Global.Void Example:

SetUpdatedAssociateId(Integer)

Returns: CRMScript.Global.Void Example: