Skip to main content

Class ErpSyncDefaultValue

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ErpSyncDefaultValue. Contains default value information for one ERP field

Inheritance

objectCarrierErpSyncDefaultValue

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

ErpSyncDefaultValue()

Default constructor - defaults any enum props to 0.

Properties

Access

Access restrictions for the field NULL if unknown enum value.

Property Value

FieldAccess?

See Also

ErpSyncDefaultValue.Access_String

Access_String

Access restrictions for the field Raw string enum value.

Property Value

string

See Also

ErpSyncDefaultValue.Access

DefaultValue

Default value, stored using CultureDataFormatter format if it is not a string

Property Value

string

ErpFieldId

Primary key

Property Value

int

ErpFieldKey

The ERP field key

Property Value

string

FieldType

Field type NULL if unknown enum value.

Property Value

FieldMetadataType?

See Also

ErpSyncDefaultValue.FieldType_String

FieldType_String

Field type Raw string enum value.

Property Value

string

See Also

ErpSyncDefaultValue.FieldType

FirstSyncDefaultValue

The default value to be set, can be blank

Property Value

string

HasFirstSyncDefaultValue

Should a default value be set on first sync

Property Value

bool

ListName

The ERP list name, if the field has a list of values supplied by the ERP Connector

Property Value

string

Mandatory

Should the user be forced to set a value (the Erp Connector may declare fields mandatory as well)

Property Value

bool

PromptUser

Should the field be shown in the first-sync GUI; independent of whether a default value should be set

Property Value

bool

See Also

ErpSyncAgent