Customization set
The UI customization set schema so the server cand receive and publish customization sets.
ui_cs #
| Field | Type | Required | Description |
|---|
| name | String | True | The customization set’s name. |
| uuid | String | | The UUID. |
ui_cs_history #
| Field | Type | Required | Description |
|---|
| customization_set_name | String | True | The customization set name. Automatically generated when published based on the ui_cs.name with a random termination. |
| log | String31 | True | Log of changes made to the datastore. |
| ui_cs | Foreign Key | | The parent customization set. |
ui_cs_entity #
| Field | Type | Required | Description |
|---|
| name | String | True | The entity name. |
| uuid | String | | The UUID. |
| ui_cs | Foreign Key | | The parent customization set. |
ui_cs_property #
| Field | Type | Required | Description |
|---|
| entity_name | String | True | The entity name. |
| property_name | String | True | The property name. |
| uuid | String | | The UUID. |
| is_required | Int | | 1 if the property is required. |
| default_value | String | | The default value. |
| ui_cs | Foreign Key | | The parent customization set. |
| ui_cs_property_type | Foreign Key | | The property type. |
ui_cs_relationship #
| Field | Type | Required | Description |
|---|
| name | String | | The relationship name. |
| entity_name | String | | The entity name. |
| property_name | String | | The property name. |
| uuid | String | | The UUID. |
| is_required | Int | | 1 if the relationship is required. |
| foreign_entity_name | String | | The foreign entity name. Check the customization set documentation for details. |
| foreign_property_name | String | | The foreign property name. Check the customization set documentation for details. |
| sort_property | String | | The sort property name. Only for parent child relationships, check the customization set documentation for details. |
| sort_asc | Int | | If the sort property is sorted asc or desc. Only for parent child relationships, check the customization set documentation for details. |
| ui_cs | Foreign Key | | The parent customization set. |
| ui_cs_relationship_type | Foreign Key | | The relationship type. |
ui_cs_property_type #
| key | name | uuid |
|---|
| 1 | int | bf1ccd7c-af93-4962-adab-280a5128bade |
| 2 | decimal | da8f7f58-e0f5-4ee1-a789-c0237730206d |
| 3 | datetime | db4f56be-33c2-47d3-a979-77e261ae9cb2 |
| 4 | string | ca31af90-07e6-43e8-9910-0ee0e6aa79af |
| 5 | binary | 5231a191-0770-4d83-8cea-c90206b07909 |
| 6 | string31 | 3bcd1d90-6778-48f5-aca2-193ea1a6ca9c |
ui_cs_relationship_type #
| key | name | uuid |
|---|
| 1 | 1:n | 2a479c7d-0983-401f-9948-fa062624ac0f |
| 2 | n:1 | 5b3145d2-2ee2-4d17-803b-6dd4dd128db7 |
| 3 | p:c | f85106a5-b96e-4092-9327-0ae625a31d52 |
| 4 | c:p | 6e9b37f0-5b0e-4000-8bcb-9c11266b1a30 |