Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use these events to

Excerpt

Implement your own custom SearchType or override standard SearchTypes.


Template

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


Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
titleExamples
excerptTypesimple
cqllabel = "bc" and label = "onlinesearch" and label = "example"

...