Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: exclude own from See also

Use this event to

...

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

Example

    [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"

...