IHostManufacturingViewsShowStartManufacturingOrder Method
Displays the screen for start manufacturing order.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowStartManufacturingOrder(
List<long> ids,
Action finishingAction = null
)
Sub ShowStartManufacturingOrder (
ids As List(Of Long),
Optional finishingAction As Action = Nothing
)
Parameters
- ids ListInt64
- List<Int64> with the manufacturing order identifiers.
- finishingAction Action (Optional)
- Actionwith the action to do the view after finishing (for example: refresh the view).