There are different types of errors. No workflow is immune to errors. Most often, the human factor is to blame, but sometimes system errors also occur. Therefore, there are different kinds of error messages. If something goes wrong, and the employee does not notice it, the entire workflow will suffer. That is why it is so important that the program promptly notifies you of errors that have occurred. Then you can correct them in a timely manner. In the ' USU ' program, an error message is instantly displayed to the user right at the moment the error is detected.
If this is your first time introducing program management into a clinic, you will have many questions. For example, what are the common mistakes? How to deal with them? Next, we briefly describe the most common ones. We also describe how to solve them.
Most often, this error occurs due to a banal human factor. If at adding or while editing a post, you have not filled in some required value marked with an asterisk.
Then there will be such a warning about the impossibility of saving.
Until the required field is filled in, the star is bright red to draw your attention. And after filling, the star becomes a calm green color.
Here we will cover another common mistake. If a message appears that the record cannot be saved because uniqueness is violated, this means that the current table already has such a value.
For example, we went to the directory "Branches" and trying add a new department called ' Dentistry '. There will be a warning like this.
This means that a duplicate has been found, since a department with the same name already exists in the table.
Note that not only a message for the user comes out, but also technical information for the programmer. This information will allow you to quickly detect and correct an error in the program code, if necessary. In addition, technical information immediately conveys the essence of the error and possible ways to correct it.
When you try delete record , which may result in a database integrity error. This means that the line being deleted is already in use somewhere. In this case, you will need to first delete the entries where it is used.
For example, you cannot delete "subdivision" , if it has already been added "employees" .
Read more about deletion here.
There are many other types of errors that are customizable to prevent invalid user action. Pay attention to the text written in capital letters in the middle of the technical information.
See below for other helpful topics:
Universal Accounting System
2010 - 2025