Class DynamicFormsSheetAutomaticInitializationFromOutcomeEvent


public class DynamicFormsSheetAutomaticInitializationFromOutcomeEvent extends SimpleBusinessEvent<DynamicFormsSheetAutomaticInitializationFromOutcomeInput,Void>
Event to automatically initialize Dynamic Forms Sheets from outcome.

This event creates Dynamic Forms Sheets for all templates that are marked as "auto generable from mobile" in the Mobile Card configuration and have an outcome rule with the "required if auto-generable" flag set to true for the specified outcome reason.

The launcher must provide a valid intervention group ID, outcome reason ID, work order operation ID, and operation center ID in the DynamicFormsSheetAutomaticInitializationFromOutcomeInput.

The listener creates the Dynamic Forms Sheets and associates them with the work order operation.

Since:
22.0
GCApi:
event
Reactors:
BTDynamicFormsSheetAutomaticInitializationFromOutcome(0)
No Spouts
  • Constructor Details

    • DynamicFormsSheetAutomaticInitializationFromOutcomeEvent

      public DynamicFormsSheetAutomaticInitializationFromOutcomeEvent(DynamicFormsSheetAutomaticInitializationFromOutcomeInput input)
      Creates a new event with the specified input.
      Parameters:
      input - the input containing intervention group, outcome reason, work order operation, and operation center