Line of business applications are full of what we call ''CRUD'' screens for Create, Read, Update, and Delete. Jounce addresses common concerns that are found in these types of transactions:
Is Dirty and Commit
It is common to check the status of a record and only apply changes when changes actually exist. Once a user edits a field, it is ...