Relation interactions
R6 allows to add very nice interaction into your apps. For instance you will be able to publish One to Many and Many to One relation from Many to one relation !
Éditeur de projet
Section Structure
From the structure section, you will be able to publish relations from Many to One relation very easily. This will allow to display for example Many to Many relation into your iOS app.
Section Libellés & icônes
From the Labels & Icons section, you will be able to customize your relation button label.
Getting the number of records
A new great feature is available to display record numbers that will be displayed clicking on a One to Many relation.
For that just add %length% into your relation short or long label for a One to Many relation.
Section Formulaires
Add any relation anywhere you want
Any kind of relation can be dropped in List and Detail form to add interactions and create more dynamic app as ever before !
Make your field clickable
In the form section, you will be able to make your fields clickable droping relation on a field in List forms and Detail forms.
Generated app
Those improvements will allow you to add interactions into your app :
- Move from a list form to another list form instead of opening a detail form to access to another list form.
In this example we access to the orders list from the Orders list clicking on a One to Many relation from the Customers List form.
- Diplay relation in List Forms to access to related detail forms.
In this example we access to the Customer detail form the Orders List and Orders Detail form.
- Make your field clickable adding a N to One relation and display records number thanks to %length%.
In this example the number of product for each One to Many relation in the Category List form is displayed.