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.