IHostManufacturingViewsShowCloseManufacturingOrder Method

Displays the screen for close manufacturing order.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowCloseManufacturingOrder(
	long id,
	Action finishingAction = null
)

Parameters

id  Int64
Manufacturing order identifier.
finishingAction  Action  (Optional)
Actionwith the action to do the view after finishing (for example: refresh the view).

See Also