Click or drag to resize
ReplenishmentOrderItem Properties

The ReplenishmentOrderItem type exposes the following members.

Properties
  NameDescription
Public propertyAmtTotal
Item’s total value computed automatically as Price * QtyOrdered.
Public propertyCurrencyTypeId
Currency Type. Inherited from Stock Location; never changes.
Public propertyPrice
Unit price. Precision 4 digits; negative and zero values are allowed. Supported values are from -9999999.9999 to 9999999.9999. User-friendly name: Unit Cost
Public propertyProduct
Product.
Public propertyQtyOrdered
Quantity ordered. Precision is 5 digits; supported values are 0.00001 - 9999999.99999; zero and negative values are not allowed.
Public propertyQtyReceived
Quantity received. Precision is 5 digits; supported values are 0 - 9999999.99999; zero value is allowed.
Public propertyReplenishmentOrderId
Parent MH Order.
Top
See Also