The wizard has a number of forms that you can follow to define the application that you want. In this sample we show you the most basic form and the fastest way to generate a crud form:


Module id
A unique name of the module to create. You can use an existing module but then the application will be appended (handy for master-detail relationship forms that will be explained in other course-ware).


Connection

By default this element will be filled by the connection that is defined in your project. It is possible to make more connections to different databases (of different brands), so if necessary, you need to select the correct one.


Primary table

The table from the database you have selected


(Primary index is rarely used, you can leave this empty)


Then click 'create module'.


Important! If you generate a crud application, then you must have a defined primary key. If not you can get a warning:



But if all goes well, then the module will be created.