In the central form of the Products application, users can access a list of all registered products.
Search Panel
All fields inside the search panel act as search boxes. Any value inputted inside them will be used as search criteria to filter and retrieve data from the grid, if possible.
- Product Name: This is a text field that allows users to filter by the name of a product.
- Device Class: This is a text field that allows users to filter by the class or category to which a product belongs.
- Status: This is a text field that allows users to filter by the current status of a product.
- Version: This is a text field that allows users to filter by the version of a product.
- Filter: This button filters the results according to the entered search criteria.
- Clear Filter: This button clears the filters that were used in the previous search and allows users to again view the full data set.
Grid
Inside the grid, products are organized by the values inputted in the New Product form.
- Add: This button allows users to add a new product.
- If selected, it will display the New Product form.
- Edit: This button allows users to edit an existing product.
- To edit, select the desired product from the grid and click on the Edit button. It will open a pop-up window with the form Edit Product. To save your changes, click on the Apply button at the bottom of the form.
- Export to Excel: This button allows users to export the grid data to Excel.
- If selected, an Excel file containing the grid’s contents will be automatically downloaded to the user’s device.
Post your comment on this topic.