Logistics.Wms.WarehouseTransactions Entity
Namespace: Logistics.Wms
Represents increase or decrease in the quantity available in a warehouse location. Entity: Wms_Warehouse_Transactions (Introduced in version 21.1.1.26)
Default Visualization
Default Display Text Format:
{TaskType} {CreationTimeUtc:yyyy-MM-dd HH:mm:ss.fff}
Default Search Members:
__
Category: Views
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 Tree
Attributes
Name | Type | Description |
---|---|---|
CatchQuantity | decimal (12, 3) nullable | Catch (measured) quantity for the transaction. Positive values indicate transactions. Negative values are used for adjustments. null when catch measurement is not configured for the product. Filter(eq;ge;le) |
CreationTimeUtc | datetime | The creation time in UTC. Required Default(NowUtc) Filter(eq;ge;le) |
Direction | Direction | Direction of the transaction - I=IN, O=OUT. Required Default("I") Filter(eq) |
DisplayText | string | Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object. |
Id | guid | |
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. |
Quantity | decimal (12, 3) | The transacted net change in quantity. Positive values indicate transactions. Negative values are used for adjustments. Required Default(0) Filter(multi eq;ge;le) |
QuantityBase | Quantity (12, 3) | Quantity in the base measurement unit of the product. Unit: Product.BaseMeasurementCategory.BaseUnit Required Introduced in version 22.1.5.9 |
StandardQuantity | Quantity (12, 3) | The theoretical quantity according to the current measurement dimensions of the product. Used to measure the execution. Unit: Product.BaseMeasurementCategory.BaseUnit Required Introduced in version 22.1.5.9 |
TaskType | TaskType | The type of the task (operation), which was transacted. Required Filter(multi eq) Introduced in version 22.1.6.15 |
References
Name | Type | Description |
---|---|---|
CatchQuantityUnit | MeasurementUnits (nullable) | The measurement unit of the catch quantity. null when catch measurement is not configured for the product. Filter(multi eq) |
CreationUser | Users | The creation user. Required Filter(multi eq) |
LogisticUnit | LogisticUnits (nullable) | Logistic unit, which was transacted. null when the transaction was not for a logistic unit. Filter(multi eq) |
Lot | Lots (nullable) | The lot which was transacted. null when the transaction was not for a specific lot. Filter(multi eq) |
Product | Products | The product, which was transacted. Required Filter(multi eq) |
ProductVariant | ProductVariants (nullable) | The product variant, which was transacted. null when the transaction was not for a product variant. Filter(multi eq) |
QuantityUnit | MeasurementUnits | The measurement unit of quantity. Required Filter(multi eq) |
SerialNumber | SerialNumbers (nullable) | The serial number which was transacted. null when the transaction was not for a specific serial number. Filter(multi eq) |
Warehouse | Warehouses | The warehouse in which the transaction occurred. Required Filter(multi eq) |
WarehouseLocation | WarehouseLocations | The warehouse location, where the transaction occurred. Required Filter(multi eq) |
WarehouseOrder | WarehouseOrders (nullable) | The order which created this transaction. null when this transaction was not based on order. Filter(multi eq) |
WarehouseOrderLine | WarehouseOrderLines (nullable) | The order line which created this transaction. null when this transaction was not based on order line. Filter(multi eq) |
Attribute Details
CatchQuantity
Catch (measured) quantity for the transaction. Positive values indicate transactions. Negative values are used for adjustments. null when catch measurement is not configured for the product. Filter(eq;ge;le)
Type: decimal (12, 3) nullable
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault
CreationTimeUtc
The creation time in UTC. Required
Default(NowUtc)
Filter(eq;ge;le)
Type: datetime
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Default Value: CurrentDateTimeUtc
Show in UI: ShownByDefault
Direction
Direction of the transaction - I=IN, O=OUT. Required
Default("I")
Filter(eq)
Type: Direction
Category: System
Allowed values for the Direction
(Logistics.Wms.WarehouseTransactions.md#direction) data attribute
Allowed Values (Logistics.Wms.WarehouseTransactionsRepository.Direction Enum Members)
Value | Description |
---|---|
IN | IN value. Stored as 'I'. Database Value: 'I' Model Value: 0 Domain API Value: 'IN' |
OUT | OUT value. Stored as 'O'. Database Value: 'O' Model Value: 1 Domain API Value: 'OUT' |
Supported Filters: Equals
Supports Order By: False
Default Value: IN
Show in UI: ShownByDefault
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
Id
Type: guid
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Default Value: NewGuid
Show in UI: CannotBeShown
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
Quantity
The transacted net change in quantity. Positive values indicate transactions. Negative values are used for adjustments. Required
Default(0)
Filter(multi eq;ge;le)
Type: decimal (12, 3)
Category: System
Supported Filters: Equals, GreaterThanOrLessThan, EqualsIn
Supports Order By: False
Default Value: 0
Show in UI: ShownByDefault
QuantityBase
Quantity in the base measurement unit of the product. Unit: Product.BaseMeasurementCategory.BaseUnit
Required
Introduced in version 22.1.5.9
Type: Quantity (12, 3)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
StandardQuantity
The theoretical quantity according to the current measurement dimensions of the product. Used to measure the execution. Unit: Product.BaseMeasurementCategory.BaseUnit
Required
Introduced in version 22.1.5.9
Type: Quantity (12, 3)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
TaskType
The type of the task (operation), which was transacted. Required
Filter(multi eq)
Introduced in version 22.1.6.15
Type: TaskType
Category: System
Allowed values for the TaskType
(Logistics.Wms.WarehouseOrderLines.md#tasktype) data attribute
Allowed Values (Logistics.Wms.WarehouseOrderLinesRepository.TaskType Enum Members)
Value | Description |
---|---|
Receive | Receive value. Stored as 'REC'. Database Value: 'REC' Model Value: 0 Domain API Value: 'Receive' |
Dispatch | Dispatch value. Stored as 'DIS'. Database Value: 'DIS' Model Value: 1 Domain API Value: 'Dispatch' |
Move | Move value. Stored as 'MOV'. Database Value: 'MOV' Model Value: 2 Domain API Value: 'Move' |
Label | Label value. Stored as 'LBL'. Database Value: 'LBL' Model Value: 3 Domain API Value: 'Label' |
Inspect | Inspect value. Stored as 'INS'. Database Value: 'INS' Model Value: 4 Domain API Value: 'Inspect' |
Pack | Pack value. Stored as 'PCK'. Database Value: 'PCK' Model Value: 5 Domain API Value: 'Pack' |
Unpack | Unpack value. Stored as 'UPK'. Database Value: 'UPK' Model Value: 6 Domain API Value: 'Unpack' |
Kit | Kit value. Stored as 'KIT'. Database Value: 'KIT' Model Value: 7 Domain API Value: 'Kit' |
Dekit | Dekit value. Stored as 'DKT'. Database Value: 'DKT' Model Value: 8 Domain API Value: 'Dekit' |
Count | Count value. Stored as 'CNT'. Database Value: 'CNT' Model Value: 9 Domain API Value: 'Count' |
UserTask | UserTask value. Stored as 'TSK'. Database Value: 'TSK' Model Value: 10 Domain API Value: 'UserTask' |
ComponentDispatch | ComponentDispatch value. Stored as 'CDP'. Database Value: 'CDP' Model Value: 11 Domain API Value: 'ComponentDispatch' |
ComponentReceive | ComponentReceive value. Stored as 'CRC'. Database Value: 'CRC' Model Value: 12 Domain API Value: 'ComponentReceive' |
Assemble | Assemble value. Stored as 'ASM'. Database Value: 'ASM' Model Value: 13 Domain API Value: 'Assemble' |
Disassemble | Disassemble value. Stored as 'DSM'. Database Value: 'DSM' Model Value: 14 Domain API Value: 'Disassemble' |
Supported Filters: Equals, EqualsIn
Supports Order By: False
Show in UI: ShownByDefault
Reference Details
CatchQuantityUnit
The measurement unit of the catch quantity. null when catch measurement is not configured for the product. Filter(multi eq)
Type: MeasurementUnits (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
CreationUser
The creation user. Required
Filter(multi eq)
Type: Users
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
LogisticUnit
Logistic unit, which was transacted. null when the transaction was not for a logistic unit. Filter(multi eq)
Type: LogisticUnits (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
Lot
The lot which was transacted. null when the transaction was not for a specific lot. Filter(multi eq)
Type: Lots (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
Product
The product, which was transacted. Required
Filter(multi eq)
Type: Products
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
ProductVariant
The product variant, which was transacted. null when the transaction was not for a product variant. Filter(multi eq)
Type: ProductVariants (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
QuantityUnit
The measurement unit of quantity. Required
Filter(multi eq)
Type: MeasurementUnits
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
SerialNumber
The serial number which was transacted. null when the transaction was not for a specific serial number. Filter(multi eq)
Type: SerialNumbers (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
Warehouse
The warehouse in which the transaction occurred. Required
Filter(multi eq)
Type: Warehouses
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
WarehouseLocation
The warehouse location, where the transaction occurred. Required
Filter(multi eq)
Type: WarehouseLocations
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
WarehouseOrder
The order which created this transaction. null when this transaction was not based on order. Filter(multi eq)
Type: WarehouseOrders (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
WarehouseOrderLine
The order line which created this transaction. null when this transaction was not based on order line. Filter(multi eq)
Type: WarehouseOrderLines (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
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
- R32490 WarehouseTransactions - Creation Time Utc
- R32908 Warehouse Transactions - Negative Availability
- R33319 WarehouseTransaction - Line Fixed Measurement Ratios
- R33320 WarehouseTransaction - Line Quantity Base
- R33324 WarehouseTransaction - Standard Quantity Equals Quantity Base
- R33328 WarehouseTransaction - Standard Quantity Matches Quantity
- R34313 WarehouseTransactions - Serial Number
- R34314 WarehouseTransactions - Product Is Serialized
- R34326 WarehouseTransaction - Product Use Lots
Front-End Business Rules
None
API
Domain API Query: https://demodb.my.erp.net/api/domain/odata/Logistics_Wms_WarehouseTransactions?$top=10
Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Logistics_Wms_WarehouseTransactions?$top=10