Click or drag to resize

PurchaseControlDocumentLineOrderedAmountBase Property

The amount (in base currency) of the ordered items (usually with Purchase Order). Null when the logged operation did not involve ordering 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> OrderedAmountBase { get; set; }

Property Value

Type: NullableDecimal
See Also