Use these events to
Customize Unplanned RegistrationTypes (adhoc functions).
- Create new steps for your custom unplanned RegistrationTypes
- Add or modify steps for Existing Unplanned RegistrationTypes
- Handle captured values from the mobile device
- Set arguments in standard posting routines
IntegrationEvents
GetRegistrationConfiguration
- OnGetRegistrationConfiguration_OnBeforeAddSteps — Add/Replace steps or Manipulate Header Field Values before standard steps are generated
- OnGetRegistrationConfiguration_OnAddSteps — Create steps for existing and new Unplanned Functions.
- OnGetRegistrationConfiguration_OnAfterAddStep — Modify properties for any single step, both standard and custom. Not adding steps.
- Legacy event
- OnGetRegistrationConfigurationOnCustomRegistrationType_OnAddStepsAsXml — Create steps for new custom Adhoc RegistrationType. Steps must be written as Xml.
PostAdhocRegistration
- PostAdhocRegistration - General integration events
- OnPostAdhocRegistrationOnCustomRegistrationType... — Implement your own custom RegistrationType.
- OnPostAdhocRegistration_OnAddSteps — Interrupt posting and add extra steps based on values already collected.
- OnPostAdhocRegistration_OnAfterPost — Run additional code after a PostAdhocRegistration request has been executed.
- PostAdhocRegistration - Integration Events by Registration Type
- OnPostAdhocRegistrationOnUnplannedMove... — Populate journal lines when posting RegistrationType 'UnplannedMove'
- OnPostAdhocRegistrationOnUnplannedCount... — Populate journal lines when posting RegistrationType 'UnplannedCount'.
- OnPostAdhocRegistrationOnAddCountLine... — Populate journal lines when posting RegistrationType 'AddCountLine'.
- OnPostAdhocRegistrationOnAdjustQuantity... — Populate journal lines when posting RegistrationType 'AdjustQuantity'
- OnPostAdhocRegistrationOnBulkMove... — Filter BinContent and populate journal lines when posting RegistrationType 'BulkMove'.
- OnPostAdhocRegistrationOnItemCrossReference_OnBeforeInsertItemCrossReference (MOB5.17 - MOB5.22) — Populate new Item Cross Reference prior to record being inserted.
- OnPostAdhocRegistrationOnItemDimensions_OnBeforeInsertModifyItemUnitOfMeasure — Populate "Item Unit of Measure" prior to record being inserted or updated.
- OnPostAdhocRegistrationOnPostShipment... — Customize RegistrationType 'PostShipment'
- OnPostAdhocRegistrationOnToteShipping... — Customize RegistrationType 'ToteShipping'.
Examples
-
Case: Default total RunTime based on produced quantity in Production Output — A customer wants the RunTime step for Production Output to be populated with a default value.
-
-
How-to: Add action to Order Line menu — Add a new Unplanned Function as action on Pick Lines.
-
How-to: Add ImageCapture Step for Adjust Quantity — Adds an extra ImageCapture Step to the Adjust Quantity functionality.
-
Case: Add custom step 'To-Location' to Unplanned Move — Add custom step for To-Location when posting Unplanned Move from/to locations without "Directed Putaway-and-pick"
-
How-to: Create custom Unplanned function in Main Menu — The most common control for customization
Add a new function to the Main menu. "Header fields" and optional "Steps" to collect
-