Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

While configuring a table for CRUD generation is not required, this step gives you a level of control over how the application will be generated. Use this step to specify which columns to use and how column-related widgets will appear. Under the Database tab, double-click each column to set its properties.

Input and Output properties control how the widgets appear. For example, you can configure the salesRepNumber field to appear as a dropdown that retrieves its choices from the employees table.

Image Added

The CRUD Options tab lets you specify how database columns are used.

You must specify which columns make a unique record within the database table. The CRUD Generator will use this information to retrieve records for editing. If the table has a unique primary key defined at the database level, this information will be used by default.

...