Table

Article Number:040529

Placing a "Table" field on your app form creates a table to which rows can be added or deleted.
When you place a "Table" field on your app form, add fields to the table by dragging and dropping them.
Screenshot: Adding a "Date" field to a table by dragging and dropping it

For more details on configuring the settings, refer to the following page.
Adding a Table on the Form

Field settings

Screenshot: The "Table Settings" screen

Table name

Specify the table name. The table name is displayed as the label of the table.

Hide table name

Selecting the Hide table name checkbox hides the table name on the following screens.

  • The "New Record" screen
  • The "Edit Record" screen
  • The "Record Details" screen
  • The screen for printing a record
  • The Form settings screen

Field Code

The character string used for specifying the field in APIs.

Usage examples

Because rows can be added, tables are useful when you want to view multiple data entries at a glance.

For example, tables can be used in the following cases.

  • When you have an order management app and want to be able to register multiple product descriptions
  • When you have a sales management app and want to be able to enter sales activities reports by date

Screenshot: An example of a "Date" field being used in a table for entering sales reports by date