Create a record
Last updated
Was this helpful?
Last updated
Was this helpful?
To create a new record, click the Add button from the Table View.
There's no Add button? Record creation might be for your current role.
Once on the creation form, fill out all required fields as per your database's constraints:
When creating a record, you can also link an existing belongsTo
records (2) or create a new one (3).
You can also add existing (4) or new (5) hasMany
records from its related data collections (1):
Disabling record creation for collection Orders will remove "Create new order" (5) in this creation form. However you'll still be able to "Add existing order" (4).
This form can be customized. Check out to do so.