Skip to content

Developer Guide - Getting Started - Etendo Mobile

cover-getting-started.png

Overview

Etendo Mobile is a subapplication development platform that includes the possibility to log in to an Etendo Classic server and configure the available dynamic subapplications there according to role.

A schematic of the infrastructure is shown here:

etendo-mobile-infrastructure.png

In this page we will first explain the step-by-step to install and configure for the first time sub-applications on a client and then what are the requirements to create a sub-application and the tools needed to develop a new sub-app.

Initial Setup

  1. Client Access Token

    Application > General Setup > Client > Client

    It is necessary to configure the encryption token for authentication. This token is required for the mobile app to start a session.

    1. Access Etendo Classic as a System Administrator.
    2. Navigate to Client > Secure Web Service Configuration tab.
    3. Click the Generate Key button to create a token. The expiration time is measured in minutes, if set to 0 the token does not expire. alt text

    Info

    This token doesn’t require any action; it just needs to be generated for the authentication process to work properly.

  2. Install Distributed Sub-applications in Etendo Classic

    You can find the sub-applications distributed by Etendo, available for installation and their documentation in the Available Sub-apps to Install section.

    Info

    The bundles that include subapps are:

    To install these bundles you can follow the following guide Install Modules in Etendo Classic

Development Setup

Requirements

Then continue with the Create New Subappliction tutorial.