Class InterventionOutcomeSaveEvent


public class InterventionOutcomeSaveEvent extends SimpleBusinessEvent<InterventionOutcomeSaveInput,Void>
Event to save a BOInterventionOutcome.
The launcher must provide a valid InterventionOutcomeSaveInput in order to successfully call this event.
The listener saves all the BOInterventionOutcome components starting from the event input, i.e. the given InterventionOutcomeSaveInput.
The BOInterventionOutcome saving process divide itself into multiple steps:
  • validates the input data
  • check on the existence of related interventions that are already accounted
  • if the intervention is not already closed, it updates also the related appointment, work order operation and work order
  • if the intervention is already closed, only few information are allowed to be updated
Since:
18.0
GCApi:
event
Reactors:
BTInterventionOutcomeSave(0)
No Spouts