Saving Data
Learn how to save a new or modified record in the database along with necessary validations.
Right now, we can only view the data in our lookup tables. In this chapter, we’ll see how we can add, edit, and delete entries in each table as well. We can find this functionality in the existing modules of the lookupTable
view.
About the application
We do have the functionality to save a new or modified record. Our application is also making the necessary validations to ensure that the save operation should be made on the valid data, otherwise the data would have been discarded.
This is what the application looks like:
Note: To login use the username
admin
and password123
.
Get hands-on with 1400+ tech skills courses.