| Model Name: | country.country |
|---|---|
| Base Module: | Country |
| Menu: | Administration ‣ Countries |
The Country-model introduces the conception of ...
| Internal Name: | code |
|---|---|
| Attributes: | Required |
| Type: | Single Line Text |
The ISO country code in two chars. You can use this field for quick search.
| Internal Name: | name |
|---|---|
| Attributes: | Required |
| Type: | Single Line Text |
The full name of the country.
| Internal Name: | subdivisions |
|---|---|
| Type: | One-To-Many |
| Relation Model: | Subdivision |
The Subdivisions-field is used to store ...
The manipulation of records in this model is controlled by Model access entries. Users being member of Group “Administration” have the following access permissions:
Read: allowed Write: allowed Create: allowed Delete: allowed
All other Users have these access permissions:
Read: allowed Write: forbidden Create: forbidden Delete: forbidden
| Model Name: | country.subdivision |
|---|---|
| Base Module: | Country |
The Subdivision-model introduces the conception of ...
| Internal Name: | code |
|---|---|
| Attributes: | Required |
| Type: | Single Line Text |
The Code-field is used to store ...
| Internal Name: | name |
|---|---|
| Attributes: | Required |
| Type: | Single Line Text |
The Name-field is used to store ...
| Internal Name: | parent |
|---|---|
| Type: | Many-To-One |
| Relation Model: | Subdivision |
The parent record in a tree-structure. See section Tree.
| Internal Name: | type |
|---|---|
| Attributes: | Required |
| Type: | Selection |
The following options are available:
The Type-field is used to store ...
The manipulation of records in this model is controlled by Model access entries. Users being member of Group “Administration” have the following access permissions:
Read: allowed Write: allowed Create: allowed Delete: allowed
All other Users have these access permissions:
Read: allowed Write: forbidden Create: forbidden Delete: forbidden