Logistics.Shipment.ShipmentLines Entity
Namespace: Logistics.Shipment
Represents detail lines of shipments. Each line contains the shipment of one product. Entity: Log_Shipment_Lines
Default Visualization
Default Display Text Format:
{LineNo}. {Shipment.DocumentNo} {Shipment.DocumentType.TypeName:T}
Default Search Members:
Shipment.DocumentNo
Category: Definitions
Show in UI: ShownByDefault
Track Changes
Min level: 0 - Do not track changes
Max level: 4 - Track object attribute and blob changes
Aggregate
An aggregate is a cluster of domain objects that can be treated as a single unit.
Aggregate Parent:
Logistics.Shipment.Shipments
Aggregate Root:
Logistics.Shipment.Shipments
Attributes
Name | Type | Description |
---|---|---|
BoxCount | int32 nullable | The count of boxes in which the goods are packaged. null means unknown. |
CurrentBalanceBase | Quantity | The current balance of the product in the selected store and enterprise company. If lot, serial number or product variant are specified the quantity is calculated accordingly. |
DisplayText | string | Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object. |
Finished | boolean | True if this shipment should prohibit further shipments for the sales order line. Required Default(false) Filter(eq) ReadOnly |
GrossWeightkg | decimal (12, 3) nullable | The gross weight of the whole line in kilogramms. null means unknown. |
GuaranteePeriodDays | int32 nullable | Guarantee period in days for the offered product. null for non-serviced products. |
Heightm | decimal (12, 3) nullable | The height of the package in meters. null means unknown. |
Id | guid | |
Lengthm | decimal (12, 3) nullable | The length of the package in meters. null means unknown. |
LineNo | int32 | Line number, unique for the shipment. Required |
LineRequiredDeliveryDate | datetime nullable | Required delivery date for this lines. Depending on the shipment route travel time, the shipment should be released accordingly. Filter(ge;le) |
NetWeightkg | decimal (12, 3) nullable | The net weight of the entire batch of goods in kilograms. null means unknown. |
Notes | string (max) nullable | Specific notes for this line. |
ObjectVersion | int32 | The latest version of the extensible data object for the aggregate root for the time the object is loaded from the database. Can be used for optimistic locking. |
PalletNo | int32 nullable | The number of the pallet in which the goods are packaged. null means unknown. |
ParentLineNo | int32 nullable | The number of the line within the parent document, which the current line executes. null when the current line does not execute parent line. Filter(multi eq) |
Quantity | Quantity (12, 3) | The quantity to be shipped. Unit: QuantityUnit Required |
QuantityBase | Quantity (12, 3) | The equivalence of Quantity in the base measurement category of the product. Unit: ParentSalesOrderLine.Product.BaseMeasurementCategory.BaseUnit Required |
StandardQuantityBase | Quantity (12, 3) | The theoretical quantity in base measurement unit according to the current measurement dimensions for the product. Used to measure the execution. Unit: ParentSalesOrderLine.Product.BaseMeasurementCategory.BaseUnit Required ReadOnly Introduced in version 18.2 |
Volumel | decimal (12, 3) nullable | The volume in litres of the whole batch. null means unknown. |
Widthm | decimal (12, 3) nullable | The width of the package in meters. null means unknown. |
References
Name | Type | Description |
---|---|---|
Document | Shipments | The Required Filter(multi eq) |
Lot | Lots (nullable) | The store lot from which to take the goods. Filter(multi eq) |
ParentDocument | Documents (nullable) | The document, which the current line executes. null when the current line does not execute another line. Filter(multi eq) |
ParentSalesOrderLine | SalesOrderLines | Sales order line which is shipped. Required Filter(multi eq) |
QuantityUnit | MeasurementUnits | The measurement unit of Quantity. Required Filter(multi eq) |
SerialNumber | SerialNumbers (nullable) | The serial number of the shipped product. null means that serial number is unknown or not applicable. Filter(multi eq) |
Shipment | Shipments | The Required Filter(multi eq) Owner |
ShipmentOrderLine | ShipmentOrderLines (nullable) | Shipment order line for which this quantity is shipped. Filter(multi eq) |
StoreBin | StoreBins (nullable) | The store bin from which to take the goods. Filter(multi eq) |
TransactionLine | StoreTransactionLines (nullable) | The Transaction Line, based on which this shipment line was created. The transaction line contains the store issue operation of the shipped product. Filter(multi eq) |
Attribute Details
BoxCount
The count of boxes in which the goods are packaged. null means unknown.
Type: int32 nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
CurrentBalanceBase
The current balance of the product in the selected store and enterprise company. If lot, serial number or product variant are specified the quantity is calculated accordingly.
Type: Quantity
Category: Calculated Attributes
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
DisplayText
Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.
Type: string
Category: Calculated Attributes
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
Finished
True if this shipment should prohibit further shipments for the sales order line. Required
Default(false)
Filter(eq)
ReadOnly
Type: boolean
Category: System
Supported Filters: Equals
Supports Order By: False
Default Value: False
Show in UI: CannotBeShown
GrossWeightkg
The gross weight of the whole line in kilogramms. null means unknown.
Type: decimal (12, 3) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
GuaranteePeriodDays
Guarantee period in days for the offered product. null for non-serviced products.
Type: int32 nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
Front-End Recalc Expressions:
IIF( obj.ParentSalesOrderLine.Product.ProductType.IsServiced, obj.ParentSalesOrderLine.Product.GuaranteePeriodDays, null)
Heightm
The height of the package in meters. null means unknown.
Type: decimal (12, 3) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
Id
Type: guid
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Default Value: NewGuid
Show in UI: CannotBeShown
Lengthm
The length of the package in meters. null means unknown.
Type: decimal (12, 3) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
LineNo
Line number, unique for the shipment. Required
Type: int32
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
Back-End Default Expression:
( obj.Shipment.Lines.Select( c => c.LineNo).DefaultIfEmpty( 0).Max( ) + 10)
Front-End Recalc Expressions:
( obj.Shipment.Lines.Select( c => c.LineNo).DefaultIfEmpty( 0).Max( ) + 10)
LineRequiredDeliveryDate
Required delivery date for this lines. Depending on the shipment route travel time, the shipment should be released accordingly. Filter(ge;le)
Type: datetime nullable
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Show in UI: HiddenByDefault
Back-End Default Expression:
obj.Shipment.RequiredDeliveryDate
Front-End Recalc Expressions:
obj.Shipment.RequiredDeliveryDate
NetWeightkg
The net weight of the entire batch of goods in kilograms. null means unknown.
Type: decimal (12, 3) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
Notes
Specific notes for this line.
Type: string (max) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 2147483647
Show in UI: HiddenByDefault
ObjectVersion
The latest version of the extensible data object for the aggregate root for the time the object is loaded from the database. Can be used for optimistic locking.
Type: int32
Category: Extensible Data Object
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
PalletNo
The number of the pallet in which the goods are packaged. null means unknown.
Type: int32 nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
ParentLineNo
The number of the line within the parent document, which the current line executes. null when the current line does not execute parent line. Filter(multi eq)
Type: int32 nullable
Category: System
Supported Filters: Equals, EqualsIn
Supports Order By: False
Show in UI: HiddenByDefault
Quantity
The quantity to be shipped. Unit: QuantityUnit
Required
Type: Quantity (12, 3)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.ParentSalesOrderLine.Quantity
QuantityBase
The equivalence of Quantity in the base measurement category of the product. Unit: ParentSalesOrderLine.Product.BaseMeasurementCategory.BaseUnit
Required
Type: Quantity (12, 3)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
Back-End Default Expression:
IIF( ( ( ( obj.Quantity == null) OrElse ( obj.QuantityUnit == null)) OrElse ( obj.Product == null)), obj.QuantityBase, obj.Quantity.ConvertTo( obj.Product.BaseUnit, obj.Product))
Front-End Recalc Expressions:
IIF( ( ( ( obj.Quantity == null) OrElse ( obj.QuantityUnit == null)) OrElse ( obj.Product == null)), obj.QuantityBase, obj.Quantity.ConvertTo( obj.Product.BaseUnit, obj.Product))
StandardQuantityBase
The theoretical quantity in base measurement unit according to the current measurement dimensions for the product. Used to measure the execution. Unit: ParentSalesOrderLine.Product.BaseMeasurementCategory.BaseUnit
Required
ReadOnly
Introduced in version 18.2
Type: Quantity (12, 3)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
Back-End Default Expression:
IIF( ( ( ( obj.Quantity == null) OrElse ( obj.QuantityUnit == null)) OrElse ( obj.Product == null)), obj.StandardQuantityBase, IIF( obj.Product.AllowVariableMeasurementRatios, obj.Quantity.ConvertTo( obj.Product.BaseUnit, obj.Product), obj.QuantityBase))
Front-End Recalc Expressions:
IIF( ( ( ( obj.Quantity == null) OrElse ( obj.QuantityUnit == null)) OrElse ( obj.Product == null)), obj.StandardQuantityBase, obj.Quantity.ConvertTo( obj.Product.BaseUnit, obj.Product))
Volumel
The volume in litres of the whole batch. null means unknown.
Type: decimal (12, 3) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
Widthm
The width of the package in meters. null means unknown.
Type: decimal (12, 3) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: HiddenByDefault
Reference Details
Document
The Required
Filter(multi eq)
Type: Shipments
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
Lot
The store lot from which to take the goods. Filter(multi eq)
Type: Lots (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: HiddenByDefault
Front-End Recalc Expressions:
obj.ParentSalesOrderLine.Lot
ParentDocument
The document, which the current line executes. null when the current line does not execute another line. Filter(multi eq)
Type: Documents (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: HiddenByDefault
ParentSalesOrderLine
Sales order line which is shipped. Required
Filter(multi eq)
Type: SalesOrderLines
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: HiddenByDefault
QuantityUnit
The measurement unit of Quantity. Required
Filter(multi eq)
Type: MeasurementUnits
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
Front-End Recalc Expressions:
obj.ParentSalesOrderLine.QuantityUnit
SerialNumber
The serial number of the shipped product. null means that serial number is unknown or not applicable. Filter(multi eq)
Type: SerialNumbers (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: HiddenByDefault
Shipment
The Required
Filter(multi eq)
Owner
Type: Shipments
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Filterable Reference: True
Show in UI: ShownByDefault
ShipmentOrderLine
Shipment order line for which this quantity is shipped. Filter(multi eq)
Type: ShipmentOrderLines (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: HiddenByDefault
StoreBin
The store bin from which to take the goods. Filter(multi eq)
Type: StoreBins (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: HiddenByDefault
TransactionLine
The Transaction Line, based on which this shipment line was created. The transaction line contains the store issue operation of the shipped product. Filter(multi eq)
Type: StoreTransactionLines (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: HiddenByDefault
API Methods
Methods that can be invoked in public APIs.
GetAllowedCustomPropertyValues
Gets the allowed values for the specified custom property for this entity object. If supported the result is ordered by property value. Some property value sources do not support ordering - in that case the result is not ordered.
Return Type: Collection Of CustomPropertyValue
Declaring Type: EntityObject
Domain API Request: GET
Parameters
customPropertyCode
The code of the custom property
Type: stringsearch
The search text - searches by value or description. Can contain wildcard character %.
Type: string
Optional: True
Default Value: nullexactMatch
If true the search text should be equal to the property value
Type: boolean
Optional: True
Default Value: FalseorderByDescription
If true the result is ordered by Description instead of Value. Note that ordering is not always possible.
Type: boolean
Optional: True
Default Value: Falsetop
The top clause - default is 10
Type: int32
Optional: True
Default Value: 10skip
The skip clause - default is 0
Type: int32
Optional: True
Default Value: 0
CreateNotification
Create a notification immediately in a separate transaction, and send a real-time event to the user.
Return Type: void
Declaring Type: EntityObject
Domain API Request: POST
Parameters
user
The user.
Type: UsersnotificationClass
The notification class.
Type: stringsubject
The notification subject.
Type: string
CreateCopy
Duplicates the object and its child objects belonging to the same aggregate. The duplicated objects are not saved to the data source but remain in the same transaction as the original object.
Return Type: EntityObject
Declaring Type: EntityObject
Domain API Request: POST
Business Rules
None
Front-End Business Rules
- R30423-2 ShipmentLine - Fill System Units
- R30423-3 Shipment Line - Set Guarantee Period Days (Recalc)
- R30423-4 ShipmentLine - Set Unshipped Quantity
- R30423-5 Shipment Line - Set Quantity (Recalc)
- R30423-6 Shipment Line - Set Quantity Unit (Recalc)
- R30423-8 Shipment Line - Set Lot (Recalc)
- R30423-9 Shipment Line - Set Quantity Base (Recalc)
API
Domain API Query: https://demodb.my.erp.net/api/domain/odata/Logistics_Shipment_ShipmentLines?$top=10
Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Logistics_Shipment_ShipmentLines?$top=10