Create Table Screen, Action

Here is the flow from creating table, screen and action set to application test.

Create Table

  1. Click 'Table management' in "Manage" screen, and then 'Table management' view is opened.
../../../_images/img_01.en216.png
  1. Select 'CELF database (default)' as 'Database to connect to', and then click '+New Table' button in 'Table management' view.
../../../_images/img_02.en202.png
  1. In 'Create table' dialog, input table name and column information, and then click 'Create table' button.
../../../_images/img_03.en164.png

See also

Regerding table creation, refer Create Table.

Create Screen

  1. Open sheet edit screen.
  2. Create screen layout. To register data into 'product_shipping' table, prepare the same cell to input with the table column.
../../../_images/img_04.en145.png

Hint

You can set control to input like button or list etc by clicking each control button in input format area in ribbon menu.

../../../_images/img_05.en129.png
  1. To set cell for user to be able to input at using, click 'Input limitation' button in ribbon menu.
../../../_images/img_06.en103.png
  1. In 'Input limitaion' dialog, set cell allowed to input, and then click 'OK" button. Item name, number of shipment, or number of stock are only allowed to input.
../../../_images/img_07.en96.png

Create Action Set

  1. Open sheet edit screen.
  2. Click the button on the edit sheet to set the new action set.
  3. In 'Select action set' dialog, click '+New Action Set' button.
../../../_images/img_08.en90.png
  1. In '+New Action Set' dialog, input action set name and then click 'OK' button.
../../../_images/img_09.en79.png
  1. In 'Action set setting' dialog, set necessary action and then click 'Save' button.

Here, Action to process is set to register data into 'product_shipping' table.

  • Display message in case of missing 'Product Number', 'Stock Number', 'Shipment Number'.
  • Register data into 'product_shipping' table by setting input value of 'Product Number' to 'product_name', 'Stock Number' to 'stock_number', 'Shipment Number' to 'shipment_number'.
../../../_images/img_10.en69.png
  1. In 'Select action set' dialog, select the created action set and then click 'Select' button.
../../../_images/img_11.en64.png

See also

Regarding action set creation, refer Assemble Action Set.

Test run

  1. Open sheet edit screen.
  2. Click 'Test run' in ribbon menu.
../../../_images/img_12.en58.png
  1. In save confirmation dialog, click 'OK' button.
../../../_images/img_13.en54.png

Test is run by created application.

../../../_images/img_14.en48.png
  1. Input value, click 'Register' button, and then data is registered into 'product_shipping' table.
../../../_images/img_15.en42.png

Tip

The registered data can be confirmed on the data tab by selecting the table in the 'Table management' view and pressing the Enter key or double-clicking.

../../../_images/img_16.en41.png

See also

Regarding Test run, refer Test run.

Important

To create tables, users require one of the following permissions.

  • Database administrator
  • Application author.

In addition, the following permission is required for users to create applications.

  • Application author.

At the same time, to create actions to insert, update, or delete a table, the following permission to the table is required.

  • Edit

See Set Permission for table Setting for information on how to set table permissions.

../../../_images/celf_help_mascot41.png