Skip to main content

Class ErpSyncFieldValue

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ErpSyncFieldValue.

Inheritance

objectCarrierErpSyncFieldValue

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ErpSyncFieldValue()

Default constructor - defaults any enum props to 0.

Properties

CrmFieldKey

The CRM field name, as implemented by the Sync entities

Property Value

string

DisplayName

Property Value

string

DisplayValue

Property Value

string

SyncToCrm

Should value changes in ERP be automatically transferred to CRM

Property Value

bool

SyncToErp

Should value changes in CRM be automatically transferred to ERP

Property Value

bool

Value

Property Value

string

See Also

ErpSyncAgent