sndev.io / docs

Table

Custom tables with fields, indexes, and configuration.

The table skill creates custom database tables (sys_db_object), adds columns (sys_dictionary entries), manages choice lists, and configures form and list layouts. Also supports application menu and module creation.
OperationDescription
add_choiceAdd a choice to a choice-type column
add_columnAdd a column (field) to a table
add_moduleAdd a module (navigation item) to a menu
create_menuCreate an application navigator menu
create_tableCreate a custom table
set_form_layoutConfigure the default form layout for a table
set_list_layoutConfigure the default list column layout
Run sn ops table to see the full input schema for each operation.
You

Create a custom table x_ita_automation_rule with fields for name, condition, action, and active flag.