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.Table
Custom tables with fields, indexes, and configuration.
The
| Operation | Description |
|---|---|
| add_choice | Add a choice to a choice-type column |
| add_column | Add a column (field) to a table |
| add_module | Add a module (navigation item) to a menu |
| create_menu | Create an application navigator menu |
| create_table | Create a custom table |
| set_form_layout | Configure the default form layout for a table |
| set_list_layout | Configure 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.