Associations
OrderCustomer
Order -> Customer. Creates Order.Customer (one) and Customer.Orders (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | Orders |
| OutboundMultiplicity | One |
| OutboundName | Customer |
Diagram
At Origin entity an association is defined.
OrderItemArticle
OrderItem -> Article. Creates OrderItem.Article (one) and Article.OrderItems (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | OrderItems |
| OutboundMultiplicity | One |
| OutboundName | Article |
Diagram
At Origin entity an association is defined.
OrderItemOrder
OrderItem -> Order. Creates OrderItem.Order (one) and Order.OrderItems (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | OrderItems |
| OutboundMultiplicity | One |
| OutboundName | Order |
Diagram
At Origin entity an association is defined.
ParcelShipment
Parcel -> Shipment. Creates Parcel.Shipment (one) and Shipment.Parcels (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | Parcels |
| OutboundMultiplicity | One |
| OutboundName | Shipment |
Diagram
At Origin entity an association is defined.
ShipmentItemArticle
ShipmentItem -> Article. Creates ShipmentItem.Article (one) and Article.ShipmentItems (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | ShipmentItems |
| OutboundMultiplicity | One |
| OutboundName | Article |
Diagram
At Origin entity an association is defined.
ShipmentItemParcel
ShipmentItem -> Parcel. Creates ShipmentItem.Parcel (zeroOrOne) and Parcel.ShipmentItems (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | ShipmentItems |
| OutboundMultiplicity | ZeroOrOne |
| OutboundName | Parcel |
Diagram
At Origin entity an association is defined.
ShipmentItemShipment
ShipmentItem -> Shipment. Creates ShipmentItem.Shipment (one) and Shipment.ShipmentItems (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | ShipmentItems |
| OutboundMultiplicity | One |
| OutboundName | Shipment |
Diagram
At Origin entity an association is defined.
ShipmentOrder
Shipment -> Order. Creates Shipment.Order (one) and Order.Shipments (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | Shipments |
| OutboundMultiplicity | One |
| OutboundName | Order |
Diagram
At Origin entity an association is defined.
StockArticle
Stock -> Article. Creates Stock.Article (one) and Article.Stocks (many).
| Property | Value |
|---|---|
| InboundMultiplicity | N |
| InboundName | Stocks |
| OutboundMultiplicity | One |
| OutboundName | Article |
Diagram
At Origin entity an association is defined.