Click or drag to resize
ReplenishmentOrder Class
Replenishment Order - MH Order (Materials Handling Order) represents purchase order placed by Corrigo Enterprise client to replenish parts/materials in a Stock Location.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ReplenishmentOrder : CorrigoEntityWithOptimisticLock

The ReplenishmentOrder type exposes the following members.

Properties
  NameDescription
Public propertyCurrencyTypeId
Currency Type. Inherited from Stock Location; never changes.
Public propertyDescription
Free-text description. Max Length=1024
Public propertyDEstimatedtDelivery
Estimated delivery date (date only, no time).
Public propertyIsExported
True means MH Order was exported. Allowed only when status is Received; reserved for integration.
Public propertyItems
Items
Public propertyNumber
Number. Will be generated automatically for new MH Order if missing; based on global sequence. Max Length=16
Public propertyPoNumber
Purchase Order number. Max Length=64
Public propertyStatusId
Current status; affects business logic and BO checks.
Public propertyStockLocation
Stock Location associated with Materials Handling Order. Value set once when MH Order is created and never changes.
Public propertySupplier
Provider associated with MH(materials handling) Order
Public propertySupplierInstructions
Supplier instructions. Max Length=1024
Public propertySupplierOrderNumber
Supplier Order Number. Max Length=64
Public propertyTimeZone
Time Zone inherited from Stock Location referenced by MH Location; value set once when MH Order is created and never changes. This is redundant field used to interpret timestamp values stored as part of MH Order hierarchy.
Top
See Also