Click or drag to resize

ReceivingOrderLineConfirmedQuantity Property

The final confirmed received quantity, after adjustments. It is used in all calculations for the order. Usually changed with adjustments to the receivemnt order, in regard to the warehouse receipt or the invoice. When null, its value is equal to Quantity. [Unit: QuantityUnit]

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override Quantity ConfirmedQuantity { get; set; }

Property Value

Type: Quantity

Implements

ILogisticsDocumentLineConfirmedQuantity
See Also