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 10 Next »

Description

The menu contains additional actions and is visible in the lower left corner of all pages, which have actions defined. These can be manually created, or created by the application to provide functionality available on the current page. Such as deleting registrations on an order lines page.

All menu items can be shown, or hidden, as well as ordered individually. That way, menu items which are most important can be moved around to fit the specific use case.

Also known as "Burger Menu"

Types of actions

There are two kinds of actions.

Open

  • Navigates to another page/tasklet

Example
<actions>
  <open id="NavigageToThisPageID" icon="mainmenupick" title="Pick"/>
</actions>

AdhocRegistrations 

Sends a Single parameter to the Backend

  • Is handled by the Ad Hoc Registration Codeunit
  • Typically used for initiating a process i.e. Moving an Item

Example
<actions>          
  <adhocRegistration id="NameOfAction" registrationType="RegistrationTypeSentToBackend" icon="mainmenupick" title="Pick" />
</actions>

Menu item ordering

Ordering is possible both for the action menu, and the context menu which appears by long pressing a line.

Example
<actions>
  <open id="RegisterImage" icon="camera" title="@{AttachImages}" menuPlacement="1" contextMenuPlacement="10">
</actions>


Tip: 

You can promote actions using "numberOfPromotedItems". See Page Mobile Configuration



Action menu


Explore the Mobile WMS App


  • No labels