Metadata
Customization sets
Customization sets keep track of changes to the entities. Through customization sets entity structures can be created, deleted or updated.
customization_set
Read-Only system entity.
Field | Type | Description |
---|---|---|
name | String | The name of the customization set |
prefix | String |
customization_set_dependency
Read-Only system entity.
Field | Type | Description |
---|---|---|
id_customization_set | Foreign Key | |
id_customization_set_parent | Foreign Key |
customization_set_entity
Read-Only system entity.
Field | Type | Description | Since |
---|---|---|---|
name | String | ||
is_public | Int | ||
is_customizable | Int | ||
id_customization_set | Foreign Key | ||
is_acl_enabled | Int | 1.6.0 |
customization_set_property
Read-Only system entity.
Field | Type | Description | Since |
---|---|---|---|
name | String | ||
is_required | Int | ||
is_customizable | Int | ||
default_value | String | ||
property_type | String | ||
id_customization_set | Foreign Key | ||
id_customization_set_entity | Foreign Key |
customization_set_relationship
Read-Only system entity.
Field | Type | Description | Since |
---|---|---|---|
name | String | ||
is_required | Int | ||
relationship_type | String | ||
cascading_rule | String | ||
property_name | String | ||
foreign_property_name | String | ||
sort_property_name | String | ||
sort_asc | Int | ||
id_customization_set_entity | Foreign Key | ||
id_foreign_entity | Foreign Key | ||
id_customization_set | Foreign Key |
cs_entity_alter
Read-Only system entity.
Since 1.6.0
Field | Type | Description | Since |
---|---|---|---|
name | String | n/a - planned | |
id_customization_set | Foreign Key | 1.6.0 | |
is_acl_enabled | Int | 1.6.0 | |
original_is_acl_enabled | Int | 1.6.0 | |
original_name | String | n/a - planned |
cs_property_alter
Read-Only system entity.
n/a - planned
Field | Type | Description | Since |
---|---|---|---|
name | String | n/a - planned | |
is_required | Int | n/a - planned | |
default_value | String | n/a - planned | |
property_type | String | n/a - planned | |
id_customization_set | Foreign Key | n/a - planned | |
id_customization_set_entity | Foreign Key | n/a - planned | |
original_name | Int | n/a - planned | |
original_is_required | Int | n/a - planned | |
original_default_value | String | n/a - planned | |
original_property_type | String | n/a - planned |
cs_relationship_alter
Read-Only system entity.
n/a - planned
Field | Type | Description | Since |
---|---|---|---|
name | String | n/a - planned | |
is_required | Int | n/a - planned | |
relationship_type | String | n/a - planned | |
property_name | String | n/a - planned | |
foreign_property_name | String | n/a - planned | |
sort_property_name | String | n/a - planned | |
sort_asc | Int | n/a - planned | |
id_customization_set_entity | Foreign Key | n/a - planned | |
id_foreign_entity | Foreign Key | n/a - planned | |
id_customization_set | Foreign Key | n/a - planned | |
original_is_required | Int | n/a - planned | |
original_relationship_type | String | n/a - planned | |
original_property_name | String | n/a - planned | |
original_foreign_property_name | String | n/a - planned | |
original_sort_property_name | String | n/a - planned | |
original_sort_asc | Int | n/a - planned |
Entities
The structure of the entities as resulted from applying all customization sets.
entity
Read-Only system entity.
Field | Type | Description |
---|---|---|
name | String | |
is_public | Int | |
is_customizable | Int | |
id_customization_set | Int |
entity_property
Read-Only system entity.
Field | Type | Description |
---|---|---|
name | String | |
is_required | Int | |
is_customizable | Int | |
default_value | String | |
property_type | String | |
id_customization_set | Foreign Key | |
id_entity | Foreign Key |
entity_relationship
Read-Only system entity.
Field | Type | Description |
---|---|---|
name | String | |
is_required | Int | |
relationship_type | String | |
cascading_rule | String | |
property_name | String | |
foreign_property_name | String | |
sort_property_name | String | |
sort_asc | Int | |
id_entity | Foreign Key | |
id_foreign_entity | Foreign Key | |
id_customization_set | Foreign Key |