Click or drag to resize

ESDRecordSellUnit Properties

The ESDRecordSellUnit type exposes the following members.

Properties
  NameDescription
Public propertybaseQuantity
quantity of the unit that makes up the base unit. If not set then the default would be 1.
Public propertydepth
Depth dimension of a single sell unit.
Public propertydepthUnitMeasureCode
Code of the sell unit's depth measurement to define the unit of measurement. Set it to a constant prefixed with UNIT_MEASURE_MASS_ in the ESDocumentConstants class
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyheight
Height dimension of a single sell unit.
Public propertyheightUnitMeasureCode
Code of the sell unit's height measurement to define the unit of measurement. Set it to a constant prefixed with UNIT_MEASURE_MASS_ in the ESDocumentConstants class
Public propertyincrementOrderQuantity
quantity of the sell unit that can be incrementally ordered. Only sell unit quantities that evenly divide by this number should be orderable. If not set then the default would be 1.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertyisBaseUnit
Either
  • N - No
  • Y - Yes
If 'Y' then indicates that the selling unit is the base selling unit. The base selling unit may be the unit stored in the system that all other units reference off. Typically only one sell unit would be set as the base.
Public propertyisPricedOffBaseUnit
Either
  • N - No
  • Y - Yes
If 'Y' then indicates that the pricing of the sell unit should occur off the base sell unit. This could be set if a sell unit is assigned to a product for a given quantity, and all the pricing of the product is set in the base sell unit, not the assigned sell unit.
Public propertykeySellUnitID
Key that allows the sell unit record to be uniquely identified and linked to.
Public propertykeySellUnitParentID
Key of the sell unit linked as a parent. This allows the parentQuantity to be related to another unit.
Public propertyminOrderQuantity
minimum quantity of the sell unit that can be ordered. If not set then the default would be 1.
Public propertypackageDepth
Depth dimension of the package that the sell unit is contained within.
Public propertypackageHeight
Height dimension of the package that the sell unit is contained within.
Public propertypackageWeight
Weight of the package that the sell unit is contained within.
Public propertypackageWidth
Width dimension of the package that the sell unit is contained within.
Public propertyparentQuantity
quantity of the unit that makes up its parent unit. If not set then the default would be 1.
Public propertysellUnitCode
Code of the sell unit. May or may not be a unqiue identifier.
Public propertysellUnitLabel
Label of the sell unit.
Public propertyweight
Weight of a single sell unit.
Public propertyweightUnitMeasureCode
Code of the sell unit's weight measurement to define the unit of measurement. Set it to a constant prefixed with UNIT_MEASURE_MASS_ in the ESDocumentConstants class
Public propertywidth
Width dimension of a single sell unit.
Public propertywidthUnitMeasureCode
Code of the sell unit's width measurement to define the unit of measurement. Set it to a constant prefixed with UNIT_MEASURE_MASS_ in the ESDocumentConstants class
Top
See Also