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 WhseInquery SearchResult Element"; var _IsHandled: Boolean)
begin
// Your custom code here...
_IsHandled := true;
end;
Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
sort | title |
---|
title | Examples |
---|
excerptType | simple |
---|
cql | label = "bc" and label = "onlinesearchsearch" and label = "example" |
---|
|
Version History
Version | Changes |
---|
MOB5.43 | Introduced |