Show / Hide Table of Contents

Class EisFieldMapping

Carrier object for EisFieldMapping. Services for the EisFieldMapping Carrier is available from the ErpSync Agent.

Inheritance
object
EisFieldMapping
Namespace: SuperOfficeCRMServices
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class EisFieldMapping : Carrier

Constructors

EisFieldMapping()

Default constructor

Declaration
public EisFieldMapping()

Properties

AlreadyMapped

Is this ERPField already mapped in some other connection? If so, then it cannot be one-way mapped TO SuperOffice here

Declaration
[DataMember]
public bool AlreadyMapped { get; set; }
Property Value
Type Description
bool

CrmDisplayName

Display name of CRM field; ignored on Save

Declaration
[DataMember]
public string CrmDisplayName { get; set; }
Property Value
Type Description
string

CrmDisplayTooltip

Tooltip text for CRM field; ignored on Save

Declaration
[DataMember]
public string CrmDisplayTooltip { get; set; }
Property Value
Type Description
string

CrmFieldKey

The CRM field name, as implemented by the Sync entities

Declaration
[DataMember]
public string CrmFieldKey { get; set; }
Property Value
Type Description
string

ErpDisplayName

Display name of ERP field; ignored on Save

Declaration
[DataMember]
public string ErpDisplayName { get; set; }
Property Value
Type Description
string

ErpDisplayTooltip

Tooltip text for ERP field; ignored on Save

Declaration
[DataMember]
public string ErpDisplayTooltip { get; set; }
Property Value
Type Description
string

ErpFieldId

Primary key

Declaration
[DataMember]
public int ErpFieldId { get; set; }
Property Value
Type Description
int

ErpFieldKey

The ERP field key

Declaration
[DataMember]
public string ErpFieldKey { get; set; }
Property Value
Type Description
string

FieldType

Field type

Declaration
[DataMember]
public FieldMetadataType FieldType { get; set; }
Property Value
Type Description
SuperOffice.Data.FieldMetadataType

MissingInCRM

This field existed previously, but now CRM no longer supports it (udef change?). Probably not a good sign, unmap it...

Declaration
[DataMember]
public bool MissingInCRM { get; set; }
Property Value
Type Description
bool

MissingInERP

This field existed previously, but now the connection no longer supports it. Probably not a good sign, unmap it...

Declaration
[DataMember]
public bool MissingInERP { get; set; }
Property Value
Type Description
bool

ShowInGui

Should this field be shown as a (read-only!) field in the CRM Gui

Declaration
[DataMember]
public bool ShowInGui { get; set; }
Property Value
Type Description
bool

ShowInSearch

Should this field be shown in searches

Declaration
[DataMember]
public bool ShowInSearch { get; set; }
Property Value
Type Description
bool

SyncToCrm

Should value changes in ERP be automatically transferred to CRM

Declaration
[DataMember]
public bool SyncToCrm { get; set; }
Property Value
Type Description
bool

SyncToErp

Should value changes in CRM be automatically transferred to ERP

Declaration
[DataMember]
public bool SyncToErp { get; set; }
Property Value
Type Description
bool

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.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top