Basic identity and behavior settings.
- System Name: The internal ID (e.g.,
client).
- Name / Plural Name: Labels used in the UI. The Plural Name is used for bulk action messages (e.g., "Delete 5 Projects?").
- Caching:
- Function: Stores objects in Redis memory to reduce database hits.
- Recommendation: Keep OFF unless performance is critical. Dynamic business data often updates too frequently for caching to be effective.
- Access Control:
- Function: Enforces Role-Based Access Control (ACL).
- Recommendation: Keep ON. Disabling this makes the object public/unsecured by default.
Controls the layout of the "Add New" and "Edit" screens.
- Automatic OnePage:
- Behavior: Lists all active properties vertically in a single column. This is the default.
- Tabbed:
- Behavior: Automatically splits properties into tabs based on their Property Groups.
- Requirement: You must define groups in the Form Designer for the tabs to appear.
- Custom OnePage:
- Behavior: Displays all properties on a single page, but respects the visual grouping headers defined in the Form Designer.
Controls the layout of the "Detail" view (when a user clicks to view a record).
- Property Display Mode:
- Simple List: A standard vertical list of Label: Value.
- Groups as Tabs: Breaks properties into clickable tabs (e.g., "Contact Info" tab, "Billing" tab).
- Groups on One Page: Groups properties under headers on a single scrollable page.
- Context Window:
- Large Context Window: Enable this setting if your object has wide tables or many properties. It forces the detail modal to open full-width instead of the standard slide-out sidebar.
For complete design control, you can replace standard system screens with custom Canvases (Plátna).
- Overrides Available:
- Add / Edit / Delete: Replace the standard forms.
- Show: Replace the standard Detail view.
- Not Found (404): Display a custom message if a user tries to access a deleted or forbidden object.
- Usage: Select the specific Canvas ID you want to load for each action.