WarehouseRequisitionExecutionIsFinal Property |
Specifies whether this execution will finalize the execution of the requisition line, regardless of any remaining quantities. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsFinal { get; set; }
Public Property IsFinal As Boolean
Get
Set
public:
property bool IsFinal {
bool get ();
void set (bool value);
}
member IsFinal : bool with get, set
Property Value
Type:
Boolean
See Also