Skip to content

Main PropertiesΒΆ

These are defined at the beginning of the app model and contains information that describes the mobile app. The supported keywords are as follows.

appname Specify the name for the app model. This will be used in the client to connect to the desired app. It should be unique. Examples: NotifyMe, MaintEngApp, ServiceEngApp

component The component that this app model resides in. Examples: NTFYME, MWO

layer Marble development layer for the app model. Typically set to Core. Layer name must be a suffix in the file name (pattern: Name-Layer.ext). Only exception is Core layer. If layer is omitted in the file name, then Core is assumed.

description Provide a description for the app. It will be shown when managing apps in IFS Cloud.

version Version number for the current app. It needs to be provided in the major-minor-revision format. Examples: 1.0.0, 3.6.0

clientmodel Specify to which client model this app connects to. Currently only one client model is supported by mobile apps.

Example code:

appname NotifyMe;
component NTFYME;
layer Core;
description "NotifyMe";
version 1.0.0;
clientmodel NotifyMe;