RequisitionPlanScheduledReceipts Property |
The scheduled receipts of the product on the specified calendar date. This is calculated as the unexecuted quantity of released receipt store orders, whose expected execution date is equal to the calendar date. [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 ScheduledReceipts { get; set; }
Public Property ScheduledReceipts As Quantity
Get
Set
public:
property Quantity^ ScheduledReceipts {
Quantity^ get ();
void set (Quantity^ value);
}
member ScheduledReceipts : Quantity with get, set
Property Value
Type:
Quantity
See Also