System.Dynamic.ExpandoObject
The order type defines a category and a goods flow direction. The Category can be Sales, Purchasing or Production. The goods flow direction can be inbound or outbound. You can activate additional order types in the system configuration.
Fields
| Caption | Description |
|---|---|
| Name |
The name of the ordertype. |
| Category |
The category can be sales, purchasing, or production. |
| Flow of goods direction |
The direction of goods flow determines whether goods are delivered (IN) or shipped (OUT). In the warehouse module, orders with the goods flow direction IN are displayed under Goods Receipt Orders and can be stored in the course of goods transfer. Orders with the goods flow direction OUT are displayed under Goods Issue Orders and can be released for picking by pick lists. |
| Caption | Name | Type | Description |
|---|---|---|---|
| Order type | OrderType | Api.OrderType |
enum: [ "SalesOrder", "PurchaseOrder", "ReturnMaterialAuthorization", "ReturnToVendor", "SalesOrderReclamation", "SalesOrderInternal", "BlanketSalesOrder", "ManufacturingOrder", "SubsequentBillingOverdelivery", "ManufacturingReturnOrder", "UnannouncedArticlesOrder", "Offer", "PurchaseOrderInternal", "ReplacementOrder", "RepairOrder", "DestructionOrder", "StockTransfer", "ReturnToCustomer", "BulkSalesOrder", "RMAReject", "RepairOrderIncoming", "ConsignmentOrder", "SalesOrderIntercompany", "PurchaseOrderIntercompany", "Relocation", "RelocationPrivate", "FurnitureDelivery", "RelocateOUT", "RelocateIN", "DismantlingIN", "DismantlingOUT", "StockRelocationInternal", "Maintenance", "ReplenishmentSalesOrder", "ReplenishmentPurchaseOrder", "ReturnOfGoods" ] |