Class WorkOrderOperationsLinksUpdateEvent


public class WorkOrderOperationsLinksUpdateEvent extends SimpleBusinessEvent<WorkOrderOperationsLinksUpdateInput,Void>
Event to update the links between operations in a work order with operation assignment of type aggregate (ex work order by order). The launcher must provide a valid WorkOrderOperationsLinksUpdateInput in order to successfully call this event. The listener updates the links between the operations if the work order is a work order with operation assignment of type aggregate.
The first open operation of the work order will be the parent of the others operations.
Since:
18.0
GCApi:
event
Reactors:
BTWorkOrderOperationsLinksUpdate(0)
No Spouts