Logistics.Wms.WarehouseTransactions
Represents increase or decrease in the quantity available in a warehouse location.
General
Namespace: Logistics.Wms
Repository: Logistics.Wms.WarehouseTransactions
Base Table: Wms_Warehouse_Transactions
Introduced In Version: 21.1.1.26
API access: ReadWrite
Visualization
Display Format: {TaskType} {CreationTimeUtc:yyyy-MM-dd HH:mm:ss.fff}
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) |
| IsAutoAccepted | boolean | Auto-flag indicating that the product was accepted as correct without being physically counted.Required Default(false) Filter(eq) ReadOnly Introduced in version 26.1.3.87 |
| 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. |
| CreationUser | Users | The creation user. |
| LogisticUnit | LogisticUnits (nullable) | Logistic unit, which was transacted. NULL when the transaction was not for a logistic unit. |
| Lot | Lots (nullable) | The lot which was transacted. NULL when the transaction was not for a specific lot. |
| Product | Products | The product, which was transacted. |
| ProductVariant | ProductVariants (nullable) | The product variant, which was transacted. NULL when the transaction was not for a product variant. |
| QuantityUnit | MeasurementUnits | The measurement unit of quantity. |
| SerialNumber | SerialNumbers (nullable) | The serial number which was transacted. NULL when the transaction was not for a specific serial number. |
| Warehouse | Warehouses | The warehouse in which the transaction occurred. |
| WarehouseLocation | WarehouseLocations | The warehouse location, where the transaction occurred. |
| WarehouseOrder | WarehouseOrders (nullable) | The order which created this transaction. NULL when this transaction was not based on order. |
| WarehouseOrderLine | WarehouseOrderLines (nullable) | The order line which created this transaction. NULL when this transaction was not based on order line. |
System Attributes
| Name | Type | Description |
|---|---|---|
| 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. |
| ExternalId | string | The id of the object, when it is imported/synchronized with external system. Used by sync apps to identify the object in external systems. [Filter(multi eq)] [ORD] [Introduced in version 24.1.0.89] |
| ExternalSystem | string | The name of the external system from which the object is imported/synchronized. [Filter(multi eq)] [Introduced in version 24.1.0.89] |
| AggregateLastUpdateTimeUtc | datetime | The exact server time (in UTC) of the last modification of the object represented by this system object. null means that it is unknown. [Filter(ge;le)] [ORD] [Introduced in version 19.1] |
| DisplayText | string | Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object. |
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
IsAutoAccepted
Auto-flag indicating that the product was accepted as correct without being physically counted.Required Default(false) Filter(eq) ReadOnly Introduced in version 26.1.3.87
Type: boolean
Category: System
Supported Filters: Equals
Supports Order By: False
Default Value: False
Show in UI: ShownByDefault
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
Id
Type: guid
Indexed: True
Category: System
Supported Filters: Equals, GreaterThanOrLessThan, 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
ExternalId
The id of the object, when it is imported/synchronized with external system. Used by sync apps to identify the object in external systems. [Filter(multi eq)] [ORD] [Introduced in version 24.1.0.89]
Type: string
Category: Extensible Data Object
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
ExternalSystem
The name of the external system from which the object is imported/synchronized. [Filter(multi eq)] [Introduced in version 24.1.0.89]
Type: string
Category: Extensible Data Object
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault
AggregateLastUpdateTimeUtc
The exact server time (in UTC) of the last modification of the object represented by this system object. null means that it is unknown. [Filter(ge;le)] [ORD] [Introduced in version 19.1]
Type: datetime
Category: Extensible Data Object
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
Reference Details
CatchQuantityUnit
The measurement unit of the catch quantity. NULL when catch measurement is not configured for the product.
Type: MeasurementUnits (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
CreationUser
The creation user.
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.
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.
Type: Lots (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
Product
The product, which was transacted.
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.
Type: ProductVariants (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
QuantityUnit
The measurement unit of quantity.
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.
Type: SerialNumbers (nullable)
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
Warehouse
The warehouse in which the transaction occurred.
Type: Warehouses
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault
WarehouseLocation
The warehouse location, where the transaction occurred.
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.
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.
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: stringpriority
The notification priority.
Type: Systems.Core.NotificationsRepository.Priority
Allowed values for thePriority(Systems.Core.Notifications.md#priority) data attribute
Allowed Values (Systems.Core.NotificationsRepository.Priority Enum Members)Value Description Background Background value. Stored as 1.
Model Value: 1
Domain API Value: 'Background'Low Low value. Stored as 2.
Model Value: 2
Domain API Value: 'Low'Normal Normal value. Stored as 3.
Model Value: 3
Domain API Value: 'Normal'High High value. Stored as 4.
Model Value: 4
Domain API Value: 'High'Urgent Urgent value. Stored as 5.
Model Value: 5
Domain API Value: 'Urgent'Optional: True
Default Value: Normal
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 Entity Set: Logistics_Wms_WarehouseTransactions
Domain API Entity Type: Logistics_Wms_WarehouseTransaction
Domain API Query: https://testdb.my.erp.net/api/domain/odata/Logistics_Wms_WarehouseTransactions?$top=10
Domain API Query Builder: https://testdb.my.erp.net/api/domain/querybuilder#Logistics_Wms_WarehouseTransactions?$top=10