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

Description

Additional actions visible in the lower left corner of many pages
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>



Tip: 

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



Action menu


Explore the Mobile WMS App


  • No labels