Versions Compared

Key

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

Menu actions

 

Pages can have actions, which appears in the “more options menu” .
There are two internal types of actions.

1. Open (Android)

  • Navigates to another page ID, specified in the configuration file


Code Block
languagexml
titleAndroid example
linenumberstrue
<actions>
  <open id="NavigageToThisPageID" icon="mainmenupick" title="Pick"/>
</actions>


2. AdhocRegistrations
(Android) – Sends a Single parameter to the backend.

  • Is handled by the Ad Hoc Registration Codeunit
  • Typically used for initiating a process ie. posting

Code Block
languagexml
titleAndroid example
linenumberstrue
<actions>          
<adhocRegistration id="ParameterToTheBackEnd" icon="mainmenupick" title="Pick" />
</actions>

 

 


More options menu

List TODO

 

Header TODO

 

Filter pane TODO