PurchaseControlDocumentLineOrderedStandardQuantityBase Property |
The standard quantity of the ordered items (usually with Purchase Order) in base measurement unit. 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
Syntaxpublic Nullable<decimal> OrderedStandardQuantityBase { get; set; }
Public Property OrderedStandardQuantityBase As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ OrderedStandardQuantityBase {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member OrderedStandardQuantityBase : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also