name |
Record name. |
active |
The active property indicates that the record participates
in the application code generation. It is checked by default when a managed form (4fdm) is created.
When a record is inactive, it does not provide the modeling features and cannot be or be linked to a
master record. |
masterTable |
A data set can be composed of several database tables. The master table is a
table on which CRUD operations will apply. The generator creates the CRUD operations for a given
data set only if its unique key is composed by fields of the master table. |
unique key |
A data set unique key is a field or a list of fields ensuring the uniqueness of
data in the data set. It must be defined as a primary key or a secondary key in the database schema.
|
Functionality |
See Form functionalities (canAdd, canModify, canDelete, canSearch). Only for generated forms
and web services. |
Query |
See Joins and Data order. |