Table of Contents

Logistics.Inventory.ReconciliationCounts Entity

Namespace: Logistics.Inventory

Used for planned reconciliations to count product quantities from multiple devices. Entity: Inv_Reconciliation_Counts (Introduced in version 24.1.3.48)

Default Visualization

Default Display Text Format:
{Reconciliation.EntityName}
Default Search Members:
Reconciliation.EntityName
Name Data Member:
Reconciliation.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.Inventory.Reconciliations
Aggregate Root:
Logistics.Inventory.Reconciliations

Attributes

Name Type Description
CreationTimeUtc datetime The exact time (UTC) the product was counted. Required Default(NowUtc) Filter(ge;le) ReadOnly
DisplayText string Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.
Id guid
Notes string (max) nullable Additional information for the Count. Introduced in version 24.1.5.37
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 Quantity (18, 3) The counted quantity in the default measurement unit of the product. Unit: QuantityUnit Required Filter(ge;le)
QuantityBase Quantity (18, 3) Quantity in the base measurement unit of the product. Unit: Product.BaseMeasurementCategory.BaseUnit Required Default(0) ReadOnly Introduced in version 25.1.1.42
StandardQuantityBase Quantity (18, 3) The theoretical quantity in base measurement unit according to the current measurement dimensions for the product. Used to measure the execution. Unit: Product.BaseMeasurementCategory.BaseUnit Required Default(0) ReadOnly Introduced in version 25.1.1.42

References

Name Type Description
CreationUser Users The user who performed the count. Required Filter(multi eq) ReadOnly
Product Products The product which is currently counted. Required Filter(multi eq)
QuantityUnit MeasurementUnits The measurement unit from the definition of the product. Required Filter(multi eq)
Reconciliation Reconciliations The planned reconciliation for which to execute the current counting. Required Filter(multi eq) Introduced in version 24.1.4.51 Owner
WarehouseTransaction WarehouseTransactions (nullable) The warehouse transaction with which the count has been recorded. Filled if the count information is loaded from the WMS module. Filter(multi eq) ReadOnly Introduced in version 24.1.5.37

Attribute Details

CreationTimeUtc

The exact time (UTC) the product was counted. Required Default(NowUtc) Filter(ge;le) ReadOnly

Type: datetime
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Default Value: CurrentDateTimeUtc
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: ShownByDefault

Notes

Additional information for the Count. Introduced in version 24.1.5.37

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

Quantity

The counted quantity in the default measurement unit of the product. Unit: QuantityUnit Required Filter(ge;le)

Type: Quantity (18, 3)
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Show in UI: ShownByDefault

QuantityBase

Quantity in the base measurement unit of the product. Unit: Product.BaseMeasurementCategory.BaseUnit Required Default(0) ReadOnly Introduced in version 25.1.1.42

Type: Quantity (18, 3)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault

Back-End Default Expression:
IIF( ( ( ( obj.Quantity == null) OrElse ( obj.QuantityUnit == null)) OrElse ( obj.Product == null)), obj.QuantityBase, obj.Quantity.ConvertTo( obj.Product.BaseUnit, obj.Product))

Front-End Recalc Expressions:
IIF( ( ( ( obj.Quantity == null) OrElse ( obj.QuantityUnit == null)) OrElse ( obj.Product == null)), obj.QuantityBase, obj.Quantity.ConvertTo( obj.Product.BaseUnit, obj.Product))

StandardQuantityBase

The theoretical quantity in base measurement unit according to the current measurement dimensions for the product. Used to measure the execution. Unit: Product.BaseMeasurementCategory.BaseUnit Required Default(0) ReadOnly Introduced in version 25.1.1.42

Type: Quantity (18, 3)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault

Back-End Default Expression:
IIF( ( ( ( obj.Quantity == null) OrElse ( obj.QuantityUnit == null)) OrElse ( obj.Product == null)), obj.StandardQuantityBase, IIF( obj.Product.AllowVariableMeasurementRatios, obj.Quantity.ConvertTo( obj.Product.BaseUnit, obj.Product), obj.QuantityBase))

Front-End Recalc Expressions:
IIF( ( ( ( obj.Quantity == null) OrElse ( obj.QuantityUnit == null)) OrElse ( obj.Product == null)), obj.StandardQuantityBase, obj.Quantity.ConvertTo( obj.Product.BaseUnit, obj.Product))

Reference Details

CreationUser

The user who performed the count. Required Filter(multi eq) ReadOnly

Type: Users
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

Product

The product which is currently counted. Required Filter(multi eq)

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

QuantityUnit

The measurement unit from the definition of the product. Required Filter(multi eq)

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

Reconciliation

The planned reconciliation for which to execute the current counting. Required Filter(multi eq) Introduced in version 24.1.4.51 Owner

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

WarehouseTransaction

The warehouse transaction with which the count has been recorded. Filled if the count information is loaded from the WMS module. Filter(multi eq) ReadOnly Introduced in version 24.1.5.37

Type: WarehouseTransactions (nullable)
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

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

Front-End Business Rules

API

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

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