I'm a total newbie - I've been looking a documentation, plugins, some videos... ...haven't found the answer...
To start I want to create a simple application. Example - an Equipment Maintenance app. It is a basic Create Read Update Delete application with a parent-child data structure.
The app. will use 2 tables (Maint & Activity) Main = Parent; Activity = child
Each Maint record will have one or more Activity records.
Front end:
- a list of Maint records displays with Activity records under the Maint. record.
- select a Maint record
- edit Maint record
* add or edit Activity records
Does Seblod do this?
Can you point to any documentation / tutorials / examples?
Thanks!