Creating a Mobile Service
In this tutorial you will build a complete Aptean Mesh mobile service from scratch — a custom "Hello World" service that returns a page with a header, body content, and an interactive button. By the end you will understand the full request/response cycle between the mobile app and Business Central.
Page with Data Binding
In this tutorial you will extend the service from Creating a Mobile Service to query Business Central data and display it dynamically on a mobile page. You will learn how the data binding lifecycle works -- from parameter extraction through data query to bound JSON components.
Using a Repeater
A repeater component displays a scrollable list of items on a mobile page. In this tutorial you will build a list view that loads data from Business Central, renders it in card and grid templates, and responds to user interaction.
Navigation
Aptean Mesh supports multi-page navigation within a mobile app bundle. This tutorial shows how to navigate from a list page to a detail page, pass context data between pages, and handle back navigation.
Workflows
Workflows are guided step-by-step flows that walk the mobile user through a structured process. They are the primary pattern for warehouse operations in Aptean Mesh -- receiving, picking, put-away, and adjustments all use workflows.