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

Menu actions

Pages can have actions, which appears in the “More options" menu, visible in the lower left corner of many pages.

Types of actions

1. Open

  • Navigates to another page/tasklet

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




2. 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

Android example
<actions>          
<adhocRegistration id="ParameterToTheBackEnd" icon="mainmenupick" title="Pick" />
</actions>

 

 


More options menu

List TODO

 

Header TODO

 

Filter pane TODO

 

  • No labels