IHostManufacturingViewsShowCloseManufacturingOrder Method
Displays the screen for close manufacturing order.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowCloseManufacturingOrder(
long id,
Action finishingAction = null
)
Sub ShowCloseManufacturingOrder (
id As Long,
Optional finishingAction As Action = Nothing
)
Parameters
- id Int64
- Manufacturing order identifier.
- finishingAction Action (Optional)
- Actionwith the action to do the view after finishing (for example: refresh the view).