An associated Server Module has been created for the Products view to handle data exchange between the application and the database.
To see the server module:
1. Switch to the IDE.
2. In the Favorites tab on the left, expand your web page.
3. Under Server Modules, you can see that a server module has been created for access from the Products view to the xProduct database table.
The ProductsServer module has methods the Products view and dialogs can call to:
o Retrieve (Find and Read) data from the xProduct table
o Edit (Save), add (Save) and delete (Delete) data in the xProducts table.