Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Description
Excerpt |
---|
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
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<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
Page Tree | ||
---|---|---|
|