Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Use these events to

Implement your own custom SearchType.

Template

    [EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Online Search", 'OnSearchOnCustomSearchType', '', true, true)]
    local procedure OnSearchOnCustomSearchType(_MessageId: Guid; _SearchType: Text; var _RequestValues: Record "MOB NS Request Element"; var _SearchResponseElement: Record "MOB NS WhseInquery Element"; var _IsHandled: Boolean)
    begin
    end;


Examples

There are no items with the selected labels at this time.


Version History

VersionChanges
MOB5.43Introduced
  • No labels