Appearance
Show Table Fields
Shows the table fields.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Table | string | Name of the table ([Table]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| Kind | string | Kind of the field: Dimension, Double or String. |
| Name | string | Name of the field. |
| OriginalName | string | If 'Kind' is 'Dimension' the value contains the name of the dimension, as the database was created. |
| Group | string | Group of the field: Date, Time or Custom. |
| Fixed | boolean | If 'True' the dimension cannot be changed. |
| VisualScript | boolean | If 'True' the field is used by the visual script of the table. |
| Link | string | If the field is linked to another table, the link name is shown. |
Code
text
SHOW TABLE FIELDS
TABLE=[string, Needed]