1. Create a new project (.uxProj) using the File> New Project menu.

  2. Basic menus are created as follows.

  3. Right-click to add UX configuration file

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ff71bea6-118e-4634-b9e9-a7a2ef51ad6f/Untitled.png

  4. Right-click Add Auto UX Configuration File

    First create a folder with the right mouse button and rename it to the appropriate name using the Rename menu. Right-click on the folder you created and click the "To Table" menu to open the table selection popup.

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ea0f4ebd-8799-4a06-9781-1e8f45b9a5d1/Untitled.png

    Select the Product table that represents your product.

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c443c305-952d-4d15-b76f-30afc29ac3b9/Untitled.png

In the middle of the error message below, click OK. -This error occurs because a DB reserved word name exists in the query statement column name.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0aa0130b-6cee-4205-b86a-d4e1a078b5da/Untitled.png

List and CRUD files are automatically created for the selected product table and its dependent tables. 70% of product management functions have been created.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8c0217d8-3544-4382-9bac-c2ecd8dfaaf3/Untitled.png

Double click the Product_Product_list.ux file to open the configuration file. -Query statement input area at the top, UI items at the bottom left, and execution preview screen at the bottom right. Click the Search button and check if it is inquired. The Product_Product_crud.ux file is a file that configures the list-dependent query, add, modify, and delete functions. You can check the finishing operation by clicking the View, Register, Modify, Delete button at the top of the list.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f7205563-1779-4205-b2ad-5b892bc4418f/Untitled.png