Table of Contents

Logistics.Wms.WarehouseReconciliationDetails

Contains detailed warehouse reconciliation data per location and product, including snapshot and counted quantities for comparison of expected and actual stock.

General

Namespace: Logistics.Wms
Repository: Logistics.Wms.WarehouseReconciliationDetails
Base Table: Wms_Warehouse_Reconciliation_Details
Introduced In Version: 26.2.1.1
API access: ReadWrite

Visualization

Display Format: {WarehouseReconciliation.EntityName}
Search Members: WarehouseReconciliation.EntityName
Name Member: WarehouseReconciliation.EntityName
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.Wms.WarehouseReconciliations
Aggregate Root:
Logistics.Wms.WarehouseReconciliations

Attributes

Name Type Description
CountedQuantityBase decimal (12, 3) nullable The physically counted quantity recorded during the counting process in the base measurement unit. The value is filled after a user action (e.g. merging results) and can be edited before completing the reconciliation. Filter(eq;ge;le)
LastAggregatedAt datetime nullable The date and time when the counted quantities were last aggregated into this line. Filter(eq;ge;le) ReadOnly
ReviewStatus ReviewStatus Indicates the current review state of the reconciliation detail line and how it should be processed in the inventory workflow. Required Default("CRT") Filter(multi eq)
Session int32 The counting session in which this result was recorded. Required Filter(eq) ReadOnly
SnapshotDateTime datetime The date and time when the availability snapshot for this line was created. Required Filter(eq;ge;le) ReadOnly
SnapshotQuantityBase decimal (12, 3) The expected quantity of the product at the time the availability snapshot is created, in the base measurement unit. Required Filter(eq;ge;le) ReadOnly

References

Name Type Description
BaseUnit MeasurementUnits (nullable) The product’s base measurement unit. Filter(multi eq) ReadOnly
LogisticUnit LogisticUnits (nullable) The logistic unit in which the product is stored on this location. Empty when the quantity is not associated with a logistic unit. Filter(multi eq) ReadOnly
Lot Lots (nullable) Batch/lot of the product, when applicable. Filter(multi eq) ReadOnly
Product Products (nullable) The product stored at the specified warehouse location. Filter(multi eq) ReadOnly
SerialNumber SerialNumbers (nullable) Serial number of the product, when serialized tracking is enabled. Filter(multi eq) ReadOnly
Variant ProductVariants (nullable) Product variant (e.g. size, color, configuration), when tracked. Filter(multi eq) ReadOnly
WarehouseLocation WarehouseLocations The warehouse location included in the reconciliation. Required Filter(multi eq) ReadOnly
WarehouseReconciliation WarehouseReconciliations The source document to which this detail refers. Required Filter(multi eq) ReadOnly Owner
WarehouseZone WarehouseZones The warehouse zone to which the location belongs. Required Filter(multi eq) ReadOnly

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.
DisplayText string Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.

Attribute Details

CountedQuantityBase

The physically counted quantity recorded during the counting process in the base measurement unit. The value is filled after a user action (e.g. merging results) and can be edited before completing the reconciliation. Filter(eq;ge;le)

Type: decimal (12, 3) nullable
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault

LastAggregatedAt

The date and time when the counted quantities were last aggregated into this line. Filter(eq;ge;le) ReadOnly

Type: datetime nullable
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault

ReviewStatus

Indicates the current review state of the reconciliation detail line and how it should be processed in the inventory workflow. Required Default("CRT") Filter(multi eq)

Type: ReviewStatus
Category: System
Allowed values for the ReviewStatus(Logistics.Wms.WarehouseReconciliationDetails.md#reviewstatus) data attribute
Allowed Values (Logistics.Wms.WarehouseReconciliationDetailsRepository.ReviewStatus Enum Members)

Value Description
Created The line is created from the snapshot and has no warehouse orders yet. This status is set automatically by the system on creation and can exist only once. It cannot be assigned manually by a user.. Stored as 'CRT'.
Database Value: 'CRT'
Model Value: 0
Domain API Value: 'Created'
Started Warehouse orders have been generated for this line. This status is set automatically by the system and cannot be assigned by a user.. Stored as 'STR'.
Database Value: 'STR'
Model Value: 1
Domain API Value: 'Started'
Finished Counting for this line is completed and results are available for review. This status is set automatically by the system.. Stored as 'FIN'.
Database Value: 'FIN'
Model Value: 2
Domain API Value: 'Finished'
Approved The result for this line has been reviewed and approved. The line is considered final and will be used when generating warehouse transactions.. Stored as 'APR'.
Database Value: 'APR'
Model Value: 3
Domain API Value: 'Approved'
Recount The line requires additional counting and should be included when generating new warehouse orders.. Stored as 'RCN'.
Database Value: 'RCN'
Model Value: 4
Domain API Value: 'Recount'
Cancelled The line is excluded from the reconciliation process and will not be counted or processed further.. Stored as 'CNL'.
Database Value: 'CNL'
Model Value: 5
Domain API Value: 'Cancelled'

Supported Filters: Equals, EqualsIn
Supports Order By: False
Default Value: Created
Show in UI: ShownByDefault

Session

The counting session in which this result was recorded. Required Filter(eq) ReadOnly

Type: int32
Category: System
Supported Filters: Equals
Supports Order By: False
Show in UI: ShownByDefault

SnapshotDateTime

The date and time when the availability snapshot for this line was created. Required Filter(eq;ge;le) ReadOnly

Type: datetime
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault

SnapshotQuantityBase

The expected quantity of the product at the time the availability snapshot is created, in the base measurement unit. Required Filter(eq;ge;le) ReadOnly

Type: decimal (12, 3)
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
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

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

BaseUnit

The product’s base measurement unit. Filter(multi eq) ReadOnly

Type: MeasurementUnits (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

LogisticUnit

The logistic unit in which the product is stored on this location. Empty when the quantity is not associated with a logistic unit. Filter(multi eq) ReadOnly

Type: LogisticUnits (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

Lot

Batch/lot of the product, when applicable. Filter(multi eq) ReadOnly

Type: Lots (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

Product

The product stored at the specified warehouse location. Filter(multi eq) ReadOnly

Type: Products (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

SerialNumber

Serial number of the product, when serialized tracking is enabled. Filter(multi eq) ReadOnly

Type: SerialNumbers (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

Variant

Product variant (e.g. size, color, configuration), when tracked. Filter(multi eq) ReadOnly

Type: ProductVariants (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

WarehouseLocation

The warehouse location included in the reconciliation. Required Filter(multi eq) ReadOnly

Type: WarehouseLocations
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

WarehouseReconciliation

The source document to which this detail refers. Required Filter(multi eq) ReadOnly Owner

Type: WarehouseReconciliations
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Filterable Reference: True
Show in UI: ShownByDefault

WarehouseZone

The warehouse zone to which the location belongs. Required Filter(multi eq) ReadOnly

Type: WarehouseZones
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: string

  • search
    The search text - searches by value or description. Can contain wildcard character %.
    Type: string
    Optional: True
    Default Value: null

  • exactMatch
    If true the search text should be equal to the property value
    Type: boolean
    Optional: True
    Default Value: False

  • orderByDescription
    If true the result is ordered by Description instead of Value. Note that ordering is not always possible.
    Type: boolean
    Optional: True
    Default Value: False

  • top
    The top clause - default is 10
    Type: int32
    Optional: True
    Default Value: 10

  • skip
    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: Users

  • notificationClass
    The notification class.
    Type: string

  • subject
    The notification subject.
    Type: string

  • priority
    The notification priority.
    Type: Systems.Core.NotificationsRepository.Priority
    Allowed values for the Priority(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

None

Front-End Business Rules

None

API

Domain API Entity Set: Logistics_Wms_WarehouseReconciliationDetails

Domain API Entity Type: Logistics_Wms_WarehouseReconciliationDetail

Domain API Query: https://testdb.my.erp.net/api/domain/odata/Logistics_Wms_WarehouseReconciliationDetails?$top=10

Domain API Query Builder: https://testdb.my.erp.net/api/domain/querybuilder#Logistics_Wms_WarehouseReconciliationDetails?$top=10