ReplenishmentOrder Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class ReplenishmentOrder : CorrigoEntityWithOptimisticLock
The ReplenishmentOrder type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrencyTypeId |
Currency Type;
Inherited from Stock Location; never changes.
|
![]() | Description |
Free-text description.
Max Length=1024
|
![]() | DEstimatedtDelivery |
Estimated delivery date (date only, no time).
|
![]() | IsExported |
True means MH Order was exported. Allowed only when status is Received; reserved for integration.
|
![]() | Items |
Items
|
![]() | Number |
Number. Will be generated automatically for new MH Order if missing; based on global sequence.
Max Length=16
|
![]() | PoNumber |
Purchase Order number.
Max Length=64
|
![]() | StatusId |
Current status; affects business logic and BO checks.
|
![]() | StockLocation |
Stock Location associated with Materials Handling Order;
Value set once when MH Order is created and never changes.
|
![]() | Supplier |
Provider associated with MH(materials handling) Order
|
![]() | SupplierInstructions |
Supplier instructions.
Max Length=1024
|
![]() | SupplierOrderNumber |
Supplier Order Number.
Max Length=64
|
![]() | TimeZone | 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.
|