Click or drag to resize

PurchaseControlDocumentLineInvoicedStandardQuantityBase Property

The standard quantity of the invoiced items (usually with Purchase Invoice) in base measurement unit. Null when the logged operation did not involve invoicing 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> InvoicedStandardQuantityBase { get; set; }

Property Value

Type: NullableDecimal
See Also