Versions Compared

Key

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

Use this event to

Excerpt

Add new custom Mobile Menu entries.


Template

...

Example

TODO    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Setup Doc. Types", 'OnAfterCreateDefaultMenuOptions''', true, true)]
    local procedure OnAfterCreateDefaultMenuOptions()
    begin
    end;

Example

    // [Example : Add Custom Menu Item] 

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Setup Doc. Types", 'OnAfterCreateDefaultMenuOptions''', true, true)]
    local procedure Ex01OnAfterCreateDefaultMenuOptions()
    var
        MobWmsSetupDocTypes: Codeunit "MOB WMS Setup Doc. Types";
    begin
        MobWmsSetupDocTypes.CreateMobileMenuOptionAndAddToMobileGroup('MyMenuItem''WMS'1000);
    end;


See also:

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
excerptTypesimple
excludeCurrenttrue
cqllabel = "bc" and label = "OnAfterCreateDefaultMenuOptions"

 

Version History

VersionChanges
MOB5.18Introduced