Class EisFieldValue
Carrier object for EisFieldValue. Services for the EisFieldValue Carrier is available from the IErpSyncAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class EisFieldValue : Carrier
Constructors
EisFieldValue()
Default constructor
Declaration
public EisFieldValue()
Properties
CrmFieldKey
The CRM field name, as implemented by the Sync entities
Declaration
public string CrmFieldKey { get; set; }
Property Value
Type | Description |
---|---|
String |
DisplayName
Carrier object for EisFieldValue. Services for the EisFieldValue Carrier is available from the IErpSyncAgent.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
String |
DisplayValue
Carrier object for EisFieldValue. Services for the EisFieldValue Carrier is available from the IErpSyncAgent.
Declaration
public string DisplayValue { get; set; }
Property Value
Type | Description |
---|---|
String |
SyncToCrm
Should value changes in ERP be automatically transferred to CRM
Declaration
public bool SyncToCrm { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
SyncToErp
Should value changes in CRM be automatically transferred to ERP
Declaration
public bool SyncToErp { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Value
Carrier object for EisFieldValue. Services for the EisFieldValue Carrier is available from the IErpSyncAgent.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |