RequisitionPlanConfirmAction Property |
True - generate firm planned orders for the current row; false- do not generate;. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ConfirmAction { get; set; }
Public Property ConfirmAction As Boolean
Get
Set
public:
property bool ConfirmAction {
bool get ();
void set (bool value);
}
member ConfirmAction : bool with get, set
Property Value
Type:
Boolean
See Also