OnBeforeProcessEvent()
OnBeforeProcessEvent event is triggered inside the ProcessBeforeEvent procedure in Warehouse Insight’s Custom Fuctions Codeunit when there is no other codeunit extension to process based on Extensibility Codeunit field from Warehouse Insight’s Device Configuration. Subscribing to this event, the developer can manage and/or define all the customized events with event IDs.
Syntax
OnBeforeProcessEvent(piEventID: Integer, var precEventParams: Record "IWX Event Param", var pbtxtOutput: BigText, var pbOverrideWHI: Boolean)
Parameters
OnAfterProcessEvent event is triggered inside the ProcessAfterEvent procedure in Warehouse Insight’s Custom Fuctions Codeunit when there is no other codeunit extension to process based on Extensibility Codeunit field from Warehouse Insight’s Device Configuration. Subscribing to this event allows the developer to manage and/or define all the customized events with event IDs.
Syntax
OnAfterProcessEvent(piEventID: Integer, var precEventParams: Record "IWX Event Param", var pbtxtOutput: BigText)
Parameters