Views node
The node is used to define the views that make up the UI of the mobile app. The node can have one or more nodes and one or more nodes as children.
Category
You can use nodes to organize your views. Each node can have one or more nodes and one or more other nodes as children. Each node can have these attributes:
| Attribute | Description |
|---|---|
| AccessItem | List of permissions in Access Control that control access to this category. Specify one or more access IDs in a comma-separated list. |
| Description | Description of the category. |
| Id | Identifier for the category. |
| Profiles | List of profiles that have access to the views in this category. Specify one or more profile IDs in a comma-separated list. |
View
A View node can be a child of a node or of the root Views node. Each view defines a page or part of a page in the mobile app. A node can have these attributes:
| Attribute | Description |
|---|---|
| AccessItem | List of permissions in Access Control that control access to this view. Specify one or more access IDs in a comma-separated list. Users must be assigned each of the specified permissions to have access to the view. |
| ActionBar | ID of the view used to show the action bar for this view. The action bar is usually displayed at the top of the view, and includes one or more action buttons. |
| Id | Unique identifier for the view. |
| Model | ID of the model that the view uses. The value must match the ID of a model defined under the node. |
| Profiles | List of profiles that have access to this view. Specify one or more profile IDs in a comma-separated list. |
| TemplateId | ID of the template that defines the view. |
Each node can have two children: and .