⟵ hearthere ⟶
  • Training course
  • Creating simple tables and fields
  • Codes base level
  • Selects and links between tables
  • Table settings basic level
  • Prefilters base level
  • Conditional formatting basic level
  • Action codes base level
  • Using pop-up windows
  • Cycles base level
  • Roles and users on the web
  • Codes advanced level
  • Action codes advanced level
  • Prefilters advanced level
  • Field and table settings advanced level
  • Required and regexp
  • Optimize list processing and notloaded for the data field
  • Group change on selection in one or more columns
  • Logging and access to logs
  • Field description and text visibility options
  • Show field value as url
  • Row duplication
  • Panel, icons, recovery, field sets and date of actuality
  • Cycles advanced level
  • Formatting advanced level
  • Select-Tree
  • Executing a scheduled action code
  • Printing and emailing
  • Notifications
  • API interaction
  • Adaptivity and Sections
  • Panel, icons, recovery, field sets and date of actuality

    What is a panel and how to activate it?

    This is an automatic representation of a string as a two-column panel.

    If there are fewer than 5 fields, it will be single-column.

    How are the fields allocated to columns in the panel?

    Fields by type have weight. The machine aims to distribute the ordered fields so that the weight in the right and left columns is approximately equal.

    When making changes through a panel, at what point will the change triggers be triggered?

    At the moment of saving the panel!

    How do I assign an icon to the table?

    This is controlled by the parameter Icon.

    What is Hide mode for deleting rows?

    Deletion has two modes:

    • delete — removed from the databases without the possibility of recovery.

    • hide — the row is marked as hidden and can be restored. Delete and Hide

    How can I access hidden rows with codes?

    Hidden rows can only be accessed via where: 'id' = ID_NUMBERS.

    Does the add trigger work when restoring?

    No, recovery is not an addition.

    What are field sets?

    The creator can pre-configure several sets of field visibility and sizes and save them for all users.

    They are stored in the table settings field sets.

    Why do I need a actuality date?

    It is needed to reset the users' table view to the current default settings, even if they have their own custom view enabled.

    This is necessary in cases where fields are added or the table layout is drastically changed. In such cases, new fields might be hidden from the user.

    To ensure that the user sees the table as intended by the developer, a relevance date is set.

    If the user has a view that was configured before this date, the table will be reset to the default view.