Click or drag to resize

PurchaseControlDocumentLineConfirmedStandardQuantityBase Property

The standard quantity of the ordered items, confirmed by the supplier (usually with Purchase Confirmation) in base measurement unit. Null when the logged operation did not involve confirming ordered items.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<decimal> ConfirmedStandardQuantityBase { get; set; }

Property Value

Type: NullableDecimal
See Also