Logistics.Transportation.TransportationExecutionLines Entity
Namespace: Logistics.Transportation
Contains details of executions of transportation order lines. Entity: Log_Transportation_Execution_Lines (Introduced in version 18.2)
Renames
Old name: Logistics.Shipment.TransportationExecutionLines
New name: Logistics.Transportation.TransportationExecutionLines
Version: 25.1.0.64
Case: 37169
Default Visualization
Default Display Text Format:
{LineNo}. {TransportationExecution.DocumentNo} {TransportationExecution.DocumentType.TypeName:T}
Default Search Members:
TransportationExecution.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.Transportation.TransportationExecutions
Aggregate Root:
Logistics.Transportation.TransportationExecutions
Attributes
Name | Type | Description |
---|---|---|
DisplayText | string | Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object. |
ExecutionDate | date | The date when the operation was executed. Required Filter(ge;le) |
ExecutionTime | time | The time when the operation was executed. Required Filter(ge;le) |
Id | guid | |
LineNo | int32 | Consecutive line number within this execution. Required |
Notes | string (max) nullable | Notes for this Transportation ExecutionLine. |
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. |
OperationType | OperationType | The type of operation being executed. L=Loading; U=Unloading; O=Other. Required |
PalletNumber | string (32) nullable | Pallet number, when applicable. null when unknown or not applicable. |
PalletsCount | int32 nullable | Number of pallets affected by this operation. null when unknown or N/A. |
VolumeCbm | int32 nullable | Cargo volume in cubic meters, affected by this operation. null when unknown or N/A. |
WeightKg | int32 nullable | Cargo weight in kg, affected by this operation. null when unknown or N/A. |
References
Name | Type | Description |
---|---|---|
Document | TransportationExecutions | The ExecutionLine belongs. Required Filter(multi eq) |
ExecutionOfTransportation OrderLine |
TransportationOrderLines | The transportation order line, which is executed. Required Filter(multi eq) |
GeoPoint | GeoPoints | The geographic point, where the operation is executed. Required Filter(multi eq) |
TransportationExecution | TransportationExecutions | The ExecutionLine belongs. Required Filter(multi eq) Owner |
Attribute Details
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
ExecutionDate
The date when the operation was executed. Required
Filter(ge;le)
Type: date
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault
Back-End Default Expression:
obj.TransportationExecution.ExecutionDate
Front-End Recalc Expressions:
obj.TransportationExecution.ExecutionDate
ExecutionTime
The time when the operation was executed. Required
Filter(ge;le)
Type: time
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault
Back-End Default Expression:
obj.TransportationExecution.ExecutionTime
Front-End Recalc Expressions:
obj.TransportationExecution.ExecutionTime
Id
Type: guid
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Default Value: NewGuid
Show in UI: CannotBeShown
LineNo
Consecutive line number within this execution. Required
Type: int32
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
Back-End Default Expression:
( obj.TransportationExecution.Lines.Select( c => c.LineNo).DefaultIfEmpty( 0).Max( ) + 10)
Front-End Recalc Expressions:
( obj.TransportationExecution.Lines.Select( c => c.LineNo).DefaultIfEmpty( 0).Max( ) + 10)
Notes
Notes for this TransportationExecutionLine.
Type: string (max) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 2147483647
Show in UI: ShownByDefault
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
OperationType
The type of operation being executed. L=Loading; U=Unloading; O=Other. Required
Type: OperationType
Category: System
Allowed values for the OperationType
(Logistics.Transportation.TransportationExecutionLines.md#operationtype) data attribute
Allowed Values (Logistics.Transportation.TransportationExecutionLinesRepository.OperationType Enum Members)
Value | Description |
---|---|
Loading | Loading value. Stored as 'L'. Database Value: 'L' Model Value: 0 Domain API Value: 'Loading' |
Unloading | Unloading value. Stored as 'U'. Database Value: 'U' Model Value: 1 Domain API Value: 'Unloading' |
Other | Other value. Stored as 'O'. Database Value: 'O' Model Value: 2 Domain API Value: 'Other' |
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
PalletNumber
Pallet number, when applicable. null when unknown or not applicable.
Type: string (32) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 32
Show in UI: ShownByDefault
PalletsCount
Number of pallets affected by this operation. null when unknown or N/A.
Type: int32 nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
VolumeCbm
Cargo volume in cubic meters, affected by this operation. null when unknown or N/A.
Type: int32 nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
WeightKg
Cargo weight in kg, affected by this operation. null when unknown or N/A.
Type: int32 nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
Reference Details
Document
The Required
Filter(multi eq)
Type: TransportationExecutions
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
ExecutionOfTransportationOrderLine
The transportation order line, which is executed. Required
Filter(multi eq)
Type: TransportationOrderLines
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
GeoPoint
The geographic point, where the operation is executed. Required
Filter(multi eq)
Type: GeoPoints
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
Back-End Default Expression:
obj.TransportationExecution.GeoPoint
Front-End Recalc Expressions:
obj.TransportationExecution.GeoPoint
TransportationExecution
The Required
Filter(multi eq)
Owner
Type: TransportationExecutions
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Filterable Reference: True
Show in UI: ShownByDefault
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
None
API
Domain API Query: https://demodb.my.erp.net/api/domain/odata/Logistics_Transportation_TransportationExecutionLines?$top=10
Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Logistics_Transportation_TransportationExecutionLines?$top=10