Table of Contents

Logistics.Wms.WarehouseReconciliationDetails Entity

Namespace: Logistics.Wms

Contains detailed warehouse reconciliation data per location and product, including snapshot and counted quantities for comparison of expected and actual stock. Entity: Wms_Warehouse_Reconciliation_Details (Introduced in version 26.2.1.1)

Default Visualization

Default Display Text Format:
{WarehouseReconciliation.EntityName}
Default Search Members:
WarehouseReconciliation.EntityName
Name Data Member:
WarehouseReconciliation.EntityName
Category: Definitions
Show in UI: ShownByDefault
API access: ReadWrite

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)
DisplayText string Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.
Id guid
LastAggregatedAt datetime nullable The date and time when the counted quantities were last aggregated into this line. Filter(eq;ge;le) ReadOnly
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.
ReviewStatus ReviewStatus Indicates the current review state of the reconciliation detail line and how it should be processed in the inventory workflow. Required Default("PND") 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

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

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, GreaterThanOrLessThan, EqualsIn
Default Value: NewGuid
Show in UI: CannotBeShown

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

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

ReviewStatus

Indicates the current review state of the reconciliation detail line and how it should be processed in the inventory workflow. Required Default("PND") 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
Pending The reconciliation line has not been reviewed yet. Used for all newly created snapshot lines.. Stored as 'PND'.
Database Value: 'PND'
Model Value: 0
Domain API Value: 'Pending'
CountingStarted Counting has started for this line. Warehouse orders are generated and execution is in progress.. Stored as 'CST'.
Database Value: 'CST'
Model Value: 1
Domain API Value: 'CountingStarted'
CountingFinished Counting has finished for this line.All related warehouse orders are completed and results are available for review.. Stored as 'CFN'.
Database Value: 'CFN'
Model Value: 2
Domain API Value: 'CountingFinished'
Approved The reconciliation result for this line has been reviewed and approved. No further recount is required. Lines in this status are considered final and will be used when generating warehouse transactions.. Stored as 'APR'.
Database Value: 'APR'
Model Value: 3
Domain API Value: 'Approved'
RecountRequired A recount is required for this line due to discrepancies identified during review. Lines in this status should be included when generating recount warehouse orders.. Stored as 'RRQ'.
Database Value: 'RRQ'
Model Value: 4
Domain API Value: 'RecountRequired'
Cancelled The reconciliation line is excluded from the inventory 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: Pending
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

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