RequisitionPlanProjectedAvailableBalance Property |
Expected balance of the product for the calendar date. This is a calculation, based on the current physical inventory and expected future transactions. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity ProjectedAvailableBalance { get; set; }
Public Property ProjectedAvailableBalance As Quantity
Get
Set
public:
property Quantity^ ProjectedAvailableBalance {
Quantity^ get ();
void set (Quantity^ value);
}
member ProjectedAvailableBalance : Quantity with get, set
Property Value
Type:
Quantity
See Also